From c9cdb5853ef69c49b9d055afc4a465988359ed0a Mon Sep 17 00:00:00 2001 From: Emily Wang Date: Fri, 28 Oct 2022 13:51:27 -0400 Subject: [PATCH] fix: add compile-generator workaround for SLSA (#3848) For jib cli release workflow, adds compile-generator: true workaround in addition to bumping slsa-github-generator to v1.2.1. --- .github/workflows/jib-cli-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jib-cli-release.yml b/.github/workflows/jib-cli-release.yml index cac6ed0b53..78533b1943 100644 --- a/.github/workflows/jib-cli-release.yml +++ b/.github/workflows/jib-cli-release.yml @@ -119,6 +119,7 @@ jobs: contents: write # To add assets to a release. uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1 with: + compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163 base64-subjects: "${{ needs.release.outputs.hashes }}" upload: