We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4df36d commit 10beb4bCopy full SHA for 10beb4b
.ci/release-github.sh
@@ -18,6 +18,6 @@ gh release \
18
--title="${VERSION}" \
19
--generate-notes \
20
--notes-file="${SUFFIX_ARN_FILE}" \
21
- ./dist/${VERSION}*.sbom \
+ ./dist/${VERSION}*.json \
22
./dist/${VERSION}*.zip \
23
./dist/*checksums.txt
.goreleaser.yaml
@@ -100,3 +100,5 @@ release:
100
# https://goreleaser.com/customization/sbom
101
sboms:
102
- artifacts: archive
103
+ documents:
104
+ - "{{ .ArtifactName }}.sbom.json"
0 commit comments