We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2c9c4 commit 7360793Copy full SHA for 7360793
.github/workflows/release.yml
@@ -206,7 +206,7 @@ jobs:
206
# NOTE: provenance fails if we use action pinning... it's a Github limitation
207
# because SLSA needs to trace & attest it came from a given branch; pinning doesn't expose that information
208
# https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#referencing-the-slsa-generator
209
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.8.0
210
with:
211
base64-subjects: ${{ needs.build.outputs.attestation_hashes }}
212
upload-assets: false # we upload its attestation in create_tag job, otherwise it creates a new release
0 commit comments