We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f901 commit 5c34aa8Copy full SHA for 5c34aa8
.github/workflows/generator-generic-ossf-slsa3-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
actions: read # To read the workflow path.
61
id-token: write # To sign the provenance.
62
contents: write # To add assets to a release.
63
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
64
with:
65
base64-subjects: "${{ needs.build.outputs.digests }}"
66
upload-assets: true # Optional: Upload to a new release
0 commit comments