Commit c99ed21
authored
fix: update cosign signing to use bundle format for v3 compatibility (#783)
The release workflow was failing because cosign v3 no longer generates
separate .pem certificate files with --output-certificate. Updated to use
the new --bundle flag which combines certificate and signature into a
single .sigstore.json file.
Changes:
- Remove certificate field and --output-certificate flag from signs config
- Use signature field with .sigstore.json extension
- Remove deprecated COSIGN_EXPERIMENTAL=1 environment variable
Fixes #782
Signed-off-by: Engin Diri <engin.diri@ediri.de>1 parent a370593 commit c99ed21
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
101 | | - | |
102 | | - | |
103 | 98 | | |
104 | 99 | | |
105 | 100 | | |
106 | 101 | | |
107 | | - | |
108 | 102 | | |
| 103 | + | |
109 | 104 | | |
110 | 105 | | |
111 | 106 | | |
| |||
0 commit comments