Skip to content

Commit

Permalink
build: bumping slsa-github-generator version to resolve issue with re…
Browse files Browse the repository at this point in the history
…trieving Rekor public keys (#82)

**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
  • Loading branch information
rsoberano-ld committed Apr 4, 2024
2 parents 4da77ef + 6206772 commit 95d7792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
actions: read
id-token: write
contents: write
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.10.0
with:
base64-subjects: "${{ needs.build-publish.outputs.package-hashes }}"
upload-assets: ${{ !inputs.dry_run }}
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
actions: read
id-token: write
contents: write
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.10.0
with:
base64-subjects: "${{ needs.release-package.outputs.package-hashes }}"
upload-assets: true
Expand Down

0 comments on commit 95d7792

Please sign in to comment.