Skip to content

Commit

Permalink
action: fix cosign invalid key
Browse files Browse the repository at this point in the history
Also see: ossf/scorecard-action#997

Signed-off-by: scbizu <[email protected]>
  • Loading branch information
scbizu committed Nov 11, 2022
1 parent 6363e95 commit 4803da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install sigstore cosign
uses: sigstore/cosign-installer@48866aa521d8bf870604709cd43ec2f602d03ff2
with:
cosign-release: 'v1.9.0'
cosign-release: 'v1.13.0'
- name: Release artifacts (includes SBOM and signatures)
id: release-artifacts
env:
Expand Down

0 comments on commit 4803da2

Please sign in to comment.