tillson / git-hound

Reconnaissance tool for GitHub code search. Scans for exposed API keys across all of GitHub, not just known repos and orgs.
MIT License
1.2k stars 187 forks source link

GitHound should be able to run against locally cloned repos #34

Closed tillson closed 2 years ago

tillson commented 4 years ago

Right now, repos must be remote. It would be valuable for GitHound to implement scanning for local repos (supplied by a path)

tillson commented 2 years ago

I think this may be out of the scope of GitHound. TruffleHog and Gitleaks are adjacent tools that are optimized for this.