mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
Update brew install instructions (#2404)
This commit is contained in:
parent
dd4d4a8a96
commit
186cacc26d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Several options available for you:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# MacOS users
|
# MacOS users
|
||||||
brew install trufflesecurity/trufflehog/trufflehog
|
brew install trufflehog
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
docker run --rm -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest github --repo https://github.com/trufflesecurity/test_keys
|
docker run --rm -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest github --repo https://github.com/trufflesecurity/test_keys
|
||||||
|
|
Loading…
Reference in a new issue