From f00c8089600f51ceb702505d398ea06362dcbeb8 Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Wed, 18 Sep 2024 13:45:12 +0200 Subject: [PATCH] update the falco version used in the CI Signed-off-by: Thomas Labarussias --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/main.yaml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffcc9837..9e0649d8 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.7.3 - falco-image: falcosecurity/falco-no-driver:0.37.1 + falcoctl-version: 0.10.0 + falco-image: falcosecurity/falco-no-driver:0.38.2 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.37.1 + falco-image: falcosecurity/falco-no-driver:0.38.2 plugins-artifact: plugins-x86_64-${{ github.event.number }}.tar.gz rules-checker: ./rules-checker arch: x86_64 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 57e9af03..07b24851 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,8 +39,8 @@ jobs: uses: ./.github/workflows/reusable_validate_plugins.yaml with: plugin: ${{ matrix.plugin }} - falcoctl-version: 0.7.3 - falco-image: falcosecurity/falco-no-driver:0.37.1 + falcoctl-version: 0.10.0 + falco-image: falcosecurity/falco-no-driver:0.38.2 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 fbb45daa..468dd297 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.7.3 - falco-image: falcosecurity/falco-no-driver:0.37.1 + falcoctl-version: 0.10.0 + falco-image: falcosecurity/falco-no-driver:0.38.2 plugins-artifact: plugins-x86_64-stable.tar.gz rules-checker: ./rules-checker arch: x86_64