Skip to content

Commit

Permalink
Temporary fix for SLSA workflow
Browse files Browse the repository at this point in the history
 Due to a breaking change in rekor for their GA announcement, the builders need a temporary workaround to avoid building failure. (slsa-framework/slsa-github-generator#1163)
  • Loading branch information
laurentsimon committed Nov 11, 2022
1 parent 1c55de6 commit 011b4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
base64-subjects: "${{ needs.build.outputs.hashes }}"
attestation-name: "urllib3.intoto.jsonl"
upload-assets: true
compile-generator: true # Workaround for https://github.com/slsa-framework/slsa-github-generator/issues/1163

publish:
name: "Publish"
Expand Down

0 comments on commit 011b4e3

Please sign in to comment.