From: Jason Ish Date: Tue, 26 Oct 2021 15:56:53 +0000 (-0600) Subject: github-ci: run check-eve.py standalone X-Git-Tag: suricata-6.0.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53c28344581e3852eb4a413c10294e2b66944a9;p=thirdparty%2Fsuricata-verify.git github-ci: run check-eve.py standalone So check-eve is fully tested as well. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f9e229f2d..824938bc5 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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