Skip to content

Commit

Permalink
add sbom generation and signing of cli binary
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed Dec 13, 2024
1 parent 3f9b868 commit 6f526d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ builds:
archives:
- format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
sboms:
- artifacts: archive
binary_signs:
- {}
release:
github:
owner: krancour
Expand Down

0 comments on commit 6f526d8

Please sign in to comment.