Repo Security Scanner - Search secrets from GitHub
by
Admin
repo-security-scanner
- CLI tool that finds secrets accidentally committed to a git repo, eg passwords, private keys
- Run it against your entire repo's history by piping the output from
git log -p
Installation
- Download the latest stable release of the CLI tool for your architecture
- Extract the tar and move the
scanrepo
binary to somewhere in your$PATH
, eg/usr/bin
Usage
Check the entire history of the current branch for secrets.
$ git log -p | scanrepo