Scan secret using trufflehog
Antoine
Posted on November 12, 2024
Secret scanning using trufflehog
Trufflehog is a tool that can scan multiple sources (filesystem, git, have a pre commit hook, Postman), integrate in CI / Docker environment, etc... .
Easy start :
In the directory, with a docker daemon started
docker run --rm -it -v "${PWD}:/pwd" trufflesecurity/trufflehog filesystem /pwd
you will have a report with unverified result (probable issue), and confirmed issue.
💖 💪 🙅 🚩
Antoine
Posted on November 12, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
watercooler Why does a reboot make your PC run SO much faster than running all the cleaning tools you can possibly imagine?
November 30, 2024