TruffleHog Searches through git repositories for accidentally committed secrets
7.2K
git repository
trufflehog report, JSON
Dockerfile linkslatest
(truffleHog/Dockerfile)Using with cincan-command, input and output files are handled automatically into container:
cincan run cincan/trufflehog <url-or-path/to/git/sample.git>
cincan run cincan/trufflehog https://gitlab.com/CinCan/tools.git
Or use with Docker, requires the usage of volumes:
docker run -v /samples:/samples cincan/trufflehog file:///samples/<GIT-DIR>/
<OPTIONS>
or just using remote repository
docker run cincan/trufflehog https://github.com/<USERNAME>/sample.git <OPTIONS>
Some options:
--json Output in JSON
--regex High signal regex checks
See project home page for all available options.
https://github.com/dxa4481/truffleHog
Apache 2.0
Content type
Image
Digest
Size
29 MB
Last updated
about 4 years ago
docker pull cincan/trufflehog