Skip to content

Commit

Permalink
Temp 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 f70e3ca commit d70da14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].0
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected].1
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true
compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163

verification:
needs: [goreleaser, provenance]
Expand Down

0 comments on commit d70da14

Please sign in to comment.