Skip to content

Commit

Permalink
update goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry committed Sep 8, 2024
1 parent 17b73a1 commit 39227ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ brews:
name: homebrew-offat
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "https://github.com/owasp-offat/offat/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
commit_author:
name: dmdhrumilmistry
email: [email protected]
folder: Formula
directory: Formula
homepage: "https://owasp.org/OFFAT/"
description: "Autonomous REST API Vulnerability Assessment Tool"
license: "MIT"
test: |
system "#{bin}/offat -v"
install: |
Expand Down

0 comments on commit 39227ac

Please sign in to comment.