Skip to content

Commit

Permalink
Temporary fix for SLSA generator
Browse files Browse the repository at this point in the history
Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
  • Loading branch information
sethmlarson and laurentsimon committed Nov 11, 2022
1 parent cc9b0dc commit 8b8e4b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
actions: read
contents: write
id-token: write
uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0"
uses: "slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1"
with:
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 8b8e4b5

Please sign in to comment.