File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,13 @@ docker_manifests:
78
78
image_templates :
79
79
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
80
80
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
81
+ brews :
82
+ - tap :
83
+ owner : trufflesecurity
84
+ name : homebrew-trufflehog
85
+ token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
86
+ description : " Find credentials all over the place"
87
+ name : " trufflehog"
88
+ homepage : " https://github.com/trufflesecurity/trufflehog"
89
+ install : |
90
+ bin.install "trufflehog"
Original file line number Diff line number Diff line change @@ -80,9 +80,12 @@ Here is an example of a [project that does it](https://github.com/Yelp/dumb-init
80
80
81
81
Help with setting up this packaging would be appreciated!
82
82
83
- ### 5. Brew (help wanted)
83
+ ### 5. Brew
84
84
85
- We'd love to distribute via brew and could use your help.
85
+ ``` bash
86
+ brew tap trufflesecurity/trufflehog
87
+ brew install trufflehog
88
+ ```
86
89
87
90
## Usage
88
91
You can’t perform that action at this time.
0 commit comments