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 934455f commit 6c07908Copy full SHA for 6c07908
.goreleaser.yaml
@@ -24,13 +24,12 @@ archives:
24
25
signs:
26
- cmd: cosign
27
- certificate: '${artifact}.pem'
+ signature: "${artifact}.sigstore.json"
28
args:
29
- sign-blob
30
- '--yes'
31
- - '--output-signature=${signature}'
32
- - '--output-certificate=${certificate}'
33
- - '--bundle=${artifact}.bundle'
+ - '--new-bundle-format=true'
+ - '--bundle=${signature}'
34
- '${artifact}'
35
artifacts: checksum
36
output: true
@@ -44,7 +43,3 @@ sboms:
44
43
artifacts: source
45
documents:
46
- '{{ .ProjectName }}_{{ .Version }}_sbom.spdx.json'
47
-
48
-release:
49
- extra_files:
50
- - glob: ./**/*.bundle
0 commit comments