Commit afc6026
authored
fix: use cosign --bundle flag for SBOM signing (#213)
cosign v2+ deprecated --output-signature and --output-certificate in
favor of --bundle. The deprecated flags are silently ignored under the
new bundle format, causing 'create bundle file: open : no such file or
directory' because no --bundle path is provided.
Switch to --bundle and update the release asset list accordingly.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent f625fd8 commit afc6026
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
| |||
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | | - | |
230 | | - | |
| 228 | + | |
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
| |||
0 commit comments