git-hound

Git plugin that prevents sensitive data from being committed

brewmacoslinux
Try with needOr install directly
Source

About

Git plugin that prevents sensitive data from being committed

Commands

git-hound

Examples

Scan staged changes for sensitive data before committing$ git hound
Run hound on all commits in current branch$ git hound --commit
Check specific file for secrets$ git hound --file path/to/file