mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
dd141fb55f
* Add context to all git methods. * remove logrus. * Add ctx. * Address comments. * Add error to clone failing. * Return error. |
||
---|---|---|
.. | ||
main.go | ||
README.md | ||
snifftest.sh |
snifftest
See the help pages with this command, or look further below to get started quickly.
go run snifftest/main.go
Show available secret scanners
go run snifftest/main.go show-scanners
Load a repo into a DB
go run snifftest/main.go load --db ~/sdb --repo https://github.com/Netflix/Hystrix.git
Scan
All scanners
go run snifftest/main.go scan --db ~/sdb --scanner all --print
Particular scanner
go run snifftest/main.go scan --db ~/sdb --scanner github --print --print-chunk --fail-threshold 5