diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a68df3bd..0ee7c6b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,8 +39,8 @@ jobs: uses: ./.github/workflows/reusable_validate_plugins.yaml with: plugin: ${{ matrix.plugin }} - falcoctl-version: 0.6.2 - falco-image: falcosecurity/falco-no-driver:0.36.2 + falcoctl-version: 0.7.3 + falco-image: falcosecurity/falco-no-driver:0.37.1 plugins-artifact: plugins-x86_64-${{ github.event.number }}.tar.gz rules-checker: ./rules-checker arch: x86_64 @@ -55,7 +55,7 @@ jobs: uses: ./.github/workflows/reusable_suggest_rules_version.yaml with: plugin: ${{ matrix.plugin }} - falco-image: falcosecurity/falco-no-driver:0.36.2 + falco-image: falcosecurity/falco-no-driver:0.37.1 plugins-artifact: plugins-x86_64-${{ github.event.number }}.tar.gz rules-checker: ./rules-checker arch: x86_64 diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 06e58e05..cc639c31 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -39,8 +39,8 @@ jobs: uses: ./.github/workflows/reusable_validate_plugins.yaml with: plugin: ${{ matrix.plugin }} - falcoctl-version: 0.6.2 - falco-image: falcosecurity/falco-no-driver:0.36.2 + falcoctl-version: 0.7.3 + falco-image: falcosecurity/falco-no-driver:0.37.1 plugins-artifact: plugins-x86_64-dev.tar.gz rules-checker: ./rules-checker arch: x86_64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 187c80c0..bebf8bdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,8 +49,8 @@ jobs: uses: ./.github/workflows/reusable_validate_plugins.yaml with: plugin: ${{ needs.extract-info.outputs.package }} - falcoctl-version: 0.6.2 - falco-image: falcosecurity/falco-no-driver:0.36.2 + falcoctl-version: 0.7.3 + falco-image: falcosecurity/falco-no-driver:0.37.1 plugins-artifact: plugins-x86_64-stable.tar.gz rules-checker: ./rules-checker arch: x86_64