Commit 5468e94
committed
fix(release): drop --oidc-issuer flag for cosign v3 compatibility
cosign v3 (installed by sigstore/cosign-installer@v4) rejects
--oidc-issuer when it conflicts with its embedded signing config
("cannot specify service URLs and use signing config"). In GitHub
Actions cosign auto-detects the token issuer from the environment,
so the flag is redundant; dropping it lets sign-blob succeed.
Also uses --certificate-oidc-issuer-regexp in the verification
snippet in release notes for the same forward-compat reason.1 parent 7507635 commit 5468e94
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments