mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Build and Publish Homebrew Package (#330)
* Initial go at homebrew * Adding end of file new line * Readme cleanup * rename tap owner Co-authored-by: Dustin Decker <dustin@trufflesec.com>
This commit is contained in:
parent
4954086ec9
commit
d1c72941a1
2 changed files with 15 additions and 2 deletions
|
@ -78,3 +78,13 @@ docker_manifests:
|
|||
image_templates:
|
||||
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
||||
- ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
||||
brews:
|
||||
- tap:
|
||||
owner: trufflesecurity
|
||||
name: homebrew-trufflehog
|
||||
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
||||
description: "Find credentials all over the place"
|
||||
name: "trufflehog"
|
||||
homepage: "https://github.com/trufflesecurity/trufflehog"
|
||||
install: |
|
||||
bin.install "trufflehog"
|
||||
|
|
|
@ -80,9 +80,12 @@ Here is an example of a [project that does it](https://github.com/Yelp/dumb-init
|
|||
|
||||
Help with setting up this packaging would be appreciated!
|
||||
|
||||
### 5. Brew (help wanted)
|
||||
### 5. Brew
|
||||
|
||||
We'd love to distribute via brew and could use your help.
|
||||
```bash
|
||||
brew tap trufflesecurity/trufflehog
|
||||
brew install trufflehog
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue