Skip to content

Commit 68460b3

Browse files
committed
fix: upgrade cosign-installer to v4.1.1 for bundle v0.3 support
cosign v2.4.1 (from cosign-installer v3.7.0) cannot parse the new sigstore bundle v0.3 format which uses a top-level "certificate" field instead of "x509CertificateChain". Upgrading to v4.1.1 installs cosign v3.0.5 which supports the new format.
1 parent 3b43faa commit 68460b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/krel-release-notes-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version: '1.23'
4343
check-latest: true
44-
- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
44+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4545
with:
4646
use-sudo: false
4747
- id: install-krel

0 commit comments

Comments
 (0)