trufflehog
trufflehog copied to clipboard
Azure: reduce false-positive secrets
Description:
This skips alpha-only and low-entropy secrets. It also has a few misc improvements discovered while testing.
e.g.,
✅ Found verified result 🐷🔑
Detector Type: Azure
Decoder Type: PLAIN
Raw result: {"clientSecret":"preferredTokenSigningKeyThumbprint",
Checklist:
- [x] Tests passing (
make test-community)? - [x] Lint passing (
make lintthis requires golangci-lint)?