From 9c6b1286cc3ad3459c6fabc3be601c39a9a1a906 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 29 Nov 2023 10:50:13 +0100 Subject: [PATCH] update(gha): upgrade slsa generator to v1.9.0 Signed-off-by: Luca Guerra --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0eafdee0..a86644f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -126,7 +126,7 @@ jobs: actions: read # for detecting the Github Actions environment. id-token: write # for creating OIDC tokens for signing. packages: write # for uploading attestations. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.6.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0 with: image: docker.io/falcosecurity/falcoctl # The image digest is used to prevent TOCTOU issues.