Skip to content

Commit 1dba57f

Browse files
committed
fix: use cosign bundle format for keyless signing
- Replace deprecated --output-signature/--output-certificate with --bundle - Remove extra_files for sig/cert (bundle is a single file)
1 parent 71f37dc commit 1dba57f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ checksum:
2828
signs:
2929
- artifacts: checksum
3030
cmd: cosign
31+
output: true
3132
args:
3233
- "sign-blob"
3334
- "--yes"
34-
- "--output-signature=${signature}"
35-
- "--output-certificate=${certificate}"
35+
- "--bundle=${signature}"
3636
- "${artifact}"
3737

3838
sboms:
@@ -55,9 +55,6 @@ release:
5555
github:
5656
owner: thedavidweng
5757
name: money
58-
extra_files:
59-
- glob: checksums.txt.sig
60-
- glob: checksums.txt.cert
6158
header: |
6259
## Installation
6360

0 commit comments

Comments
 (0)