Skip to content

Commit

Permalink
generate sbom by GOOS and GOARCH (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd authored Oct 13, 2024
1 parent 995c147 commit fe6fcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ sboms:
# https://goreleaser.com/customization/sbom/
- id: default
documents:
- "${artifact}.spdx.sbom.json"
- "${artifact}-{{.Os}}-{{.Arch}}.spdx.sbom.json"
cmd: syft
args:
- "$artifact"
Expand Down

0 comments on commit fe6fcc4

Please sign in to comment.