Skip to content

Commit

Permalink
ci: update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn authored Oct 9, 2024
1 parent a184fd0 commit 36c97fc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,3 @@ changelog:
exclude:
- '^docs:'
- '^test:'

# Please see https://github.com/CycloneDX/cyclonedx-gomod?tab=readme-ov-file#goreleaser-
sboms:
- artifacts: binary
cmd: cyclonedx-gomod
# changes: xml instead of json, and assert-licenses to add license info per component
args:
[
'mod',
'-licenses',
'-assert-licenses',
'-std',
'-output',
'$document',
'./',
]

0 comments on commit 36c97fc

Please sign in to comment.