DEV Community

Cover image for Scan secret using trufflehog
Antoine
Antoine

Posted on

1

Scan secret using trufflehog

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
Enter fullscreen mode Exit fullscreen mode

you will have a report with unverified result (probable issue), and confirmed issue.

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more