Skip to content

Commit 6f6597c

Browse files
authored
build: bumping slsa-github-generator version to resolve issue with retrieving Rekor public keys (#265)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Describe the solution you've provided** Provenance generation fails due to Rekor public key errors were identified as a known issue and fixed in version 1.10.0 per: slsa-framework/slsa-github-generator#3350
2 parents fbdaee2 + a34a88d commit 6f6597c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
actions: read
4444
id-token: write
4545
contents: write
46-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
46+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
4747
with:
4848
base64-subjects: "${{ needs.build-publish.outputs.gem-hash }}"
4949
upload-assets: ${{ !inputs.dry_run }}

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
actions: read
6363
id-token: write
6464
contents: write
65-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
65+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
6666
with:
6767
base64-subjects: "${{ needs.release-package.outputs.gem-hash }}"
6868
upload-assets: true

0 commit comments

Comments
 (0)