We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb117f commit 5cb7a14Copy full SHA for 5cb7a14
.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.10.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.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