We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56fdba commit 1db9330Copy full SHA for 1db9330
.goreleaser.yaml
@@ -25,14 +25,14 @@ sboms:
25
# all files (including the sboms) are included in the checksum
26
# https://goreleaser.com/customization/sign
27
signs:
28
- - cmd: cosign
29
- env:
30
- - COSIGN_EXPERIMENTAL=1
31
- certificate: "${artifact}.pem"
32
- args:
33
- - sign-blob
34
- - "--output-certificate=${certificate}"
35
- - "--output-signature=${signature}"
36
- - "${artifact}"
37
- artifacts: checksum
38
- output: true
+- cmd: cosign
+ env:
+ - COSIGN_EXPERIMENTAL=1
+ certificate: "${artifact}.pem"
+ args:
+ - sign-blob
+ - "--output-certificate=${certificate}"
+ - "--output-signature=${signature}"
+ - "${artifact}"
+ artifacts: checksum
+ output: true
0 commit comments