Files
oam/knowledge base/trufflehog.md

1.1 KiB

Trufflehog

  1. TL;DR
  2. Further readings
    1. Sources

TL;DR

Setup
brew install 'trufflehog'
docker pull 'trufflesecurity/trufflehog:latest'
Usage
trufflehog git 'https://github.com/trufflesecurity/test_keys' --only-verified

docker run --rm -it -v "$PWD:/pwd" 'trufflesecurity/trufflehog:latest' \
  github --repo 'https://github.com/trufflesecurity/test_keys'

Further readings

Alternatives:

Sources