Y
Hacker News
new
|
ask
|
show
|
jobs
by
_lvbh
192 days ago
GitHub does warn you when you have API keys in your repo. Alternatively, there are CLI tools such as TruffleHog you can put in pre-commit hooks to run before commits automatically
1 comments
cwinq
192 days ago
You can try GitGuardian, it is very powerful and free for individual developers and small teams. It has precommit hooks, detection in IDE and all.
link