mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
986 B
986 B
detect-secrets
Python module for detecting secrets within code bases.
TL;DR
Setup
brew install 'detect-secrets'
pip install 'detect-secrets'
Usage
detect-secrets scan
detect-secrets scan --exclude-lines 'password = (blah|fake)' --exclude-files '.*\.signature$'
Further readings
Alternatives: