Skip to content

Commit 0a0bee1

Browse files
authored
build: bumping slsa-github-generator version to resolve issue with retrieving Rekor public keys (#280)
**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 c7d367a + c96cafc commit 0a0bee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
actions: read
4747
id-token: write
4848
contents: write
49-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
49+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
5050
with:
5151
base64-subjects: "${{ needs.build-publish.outputs.package-hashes }}"
5252
upload-assets: ${{ !inputs.dry_run }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
actions: read
6565
id-token: write
6666
contents: write
67-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
67+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
6868
with:
6969
base64-subjects: "${{ needs.release-package.outputs.package-hashes }}"
7070
upload-assets: true

0 commit comments

Comments
 (0)