How to scan local files for secrets in Python using the GitGuardian API (blog.gitguardian.com) 8 points by mackenzie-gg 6y ago ↗ HN
[–] mackenzie-gg 6y ago ↗ How to scan local files for secrets like API keys and security certificates in python using the GitGuardian API.
[–] splitbrainhack 6y ago ↗ you can also use a local cross-platform static analysis tool like : https://github.com/xfhg/interceptIf you fancy regex ofc, but needs no changes into your codebase or internet access from your pipeline.
[–] typenil 6y ago ↗ Just a heads up that the contact sales link on the blog is broken: https://gitguardian.com/contact should be https://gitguardian.com/contact-us
3 comments
[ 3.3 ms ] story [ 18.5 ms ] threadIf you fancy regex ofc, but needs no changes into your codebase or internet access from your pipeline.