Skip to content

Commit 72f6356

Browse files
authored
Add homebrew release with goreleaser (#65)
* add homebrew * add goreleaser * rename organization in homebrew release
1 parent b07d057 commit 72f6356

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ archives:
3131
- README.md
3232
- LICENSE
3333

34+
brews:
35+
-
36+
tap:
37+
owner: aquasecurity
38+
name: homebrew-chain-bench
39+
homepage: "https://github.com/aquasecurity/chain-bench"
40+
description: "Chain-bench is an open-source tool for auditing your software supply chain stack for security compliance based on a new CIS Software Supply Chain benchmark"
41+
3442
dockers:
3543
- image_templates:
3644
- "{{ .Env.DOCKERHUB_PATH }}/chain-bench:{{ .Version }}-amd64"
@@ -92,6 +100,7 @@ docker_manifests:
92100
image_templates: *ghcr_image_templates
93101

94102

103+
95104
checksum:
96105
name_template: "checksums.txt"
97106
snapshot:

0 commit comments

Comments
 (0)