Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 487 Bytes

trufflehog.md

File metadata and controls

23 lines (18 loc) · 487 Bytes

Source

https://github.com/trufflesecurity/truffleHog

Scan git repository for secrets (secrets found are used to authenticate for verification)

trufflehog git <remoteGitRepo> --no-update

Scan local repository

trufflehog git file://<localGitRepo> --no-update

Scan local repository (when the repository is broken)

trufflehog filesystem <localGitRepo> --no-update

Scan CircleCI logs

trufflehog circleci –token=<circleCiApiToken>