Repo Security Scanner – Search secrets from GitHub
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
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
scanrepobinary to somewhere in your$PATH, eg/usr/bin
Usage
$ git log -p | scanrepo