Skip to content

Commit c9cdb58

Browse files
authored
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.
1 parent a115046 commit c9cdb58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/jib-cli-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
contents: write # To add assets to a release.
120120
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1
121121
with:
122+
compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163
122123
base64-subjects: "${{ needs.release.outputs.hashes }}"
123124

124125
upload:

0 commit comments

Comments
 (0)