]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: run check-eve.py standalone
authorJason Ish <jason.ish@oisf.net>
Tue, 26 Oct 2021 15:56:53 +0000 (09:56 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 12 Nov 2021 22:07:28 +0000 (16:07 -0600)
So check-eve is fully tested as well.

.github/workflows/builds.yml

index f9e229f2d5a4f3bedc3c25c4ac7565ba2ccef53a..824938bc587c1136d097736bdc6cf13c5d2419aa 100644 (file)
@@ -83,6 +83,8 @@ jobs:
       - name: Running suricata-verify
         working-directory: suricata
         run: python3 ../run.py --quiet
+      - name: Running check-eve
+        run: python3 ./check-eve.py
 
   almalinux:
     name: AlmaLinux 8
@@ -129,6 +131,7 @@ jobs:
                 pcre2-devel \
                 pkgconfig \
                 python3-devel \
+                python3-jsonschema \
                 python3-sphinx \
                 python3-yaml \
                 rust-toolset \
@@ -150,3 +153,5 @@ jobs:
       - name: Running suricata-verify
         working-directory: suricata
         run: python3 ../run.py --quiet
+      - name: Running check-eve
+        run: python3 ./check-eve.py