Skip to content

Commit

Permalink
Temporary fix for SLSA generators
Browse files Browse the repository at this point in the history
Sigstore made a breaking change as part of their recent GA announcement. We need a temporary fix to avoid builder failure (see slsa-framework/slsa-github-generator#1163)

/cc @asraa
  • Loading branch information
laurentsimon authored Nov 11, 2022
1 parent 459e8ac commit 527d020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,4 @@ jobs:
with:
base64-subjects: "${{ needs.release-digests.outputs.digests }}"
upload-assets: true # Optional: Upload to a new release
compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163

0 comments on commit 527d020

Please sign in to comment.