Skip to content

Commit 48b5c4b

Browse files
committed
Add --bundle flag for cosign v4 compatibility
Cosign v4 requires --bundle when using --signing-config or the new keyless OIDC flow. Add the bundle output to the sign-blob args.
1 parent 9848ae7 commit 48b5c4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ signs:
6565
- sign-blob
6666
- '--output-certificate=${certificate}'
6767
- '--output-signature=${signature}'
68+
- '--bundle=${artifact}.bundle'
6869
- '${artifact}'
6970
- '--yes'
7071
artifacts: checksum

0 commit comments

Comments
 (0)