Skip to content

Commit

Permalink
fix: add compile-generator workaround for SLSA (#3848)
Browse files Browse the repository at this point in the history
For jib cli release workflow, adds compile-generator: true workaround in addition to bumping slsa-github-generator to v1.2.1.
  • Loading branch information
emmileaf authored Oct 28, 2022
1 parent a115046 commit c9cdb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jib-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163
base64-subjects: "${{ needs.release.outputs.hashes }}"

upload:
Expand Down

0 comments on commit c9cdb58

Please sign in to comment.