Skip to content

Commit

Permalink
feat(CI): Add SBOM generation to the GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 15, 2024
1 parent c50c829 commit 48a8f17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ archives:
- goos: windows
format: zip

sboms:
id: default
artifacts: archive
documents:
- "${artifact}.spdx.sbom.json"

changelog:
use: github
format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
Expand Down

0 comments on commit 48a8f17

Please sign in to comment.