fix: add gitleaks allowlist for docs/tests false positives
All 11 findings are API endpoint URLs (http://api:8081/...) in documentation and test files, not actual secrets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
.gitleaks.toml
Normal file
5
.gitleaks.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[allowlist]
|
||||
paths = [
|
||||
'''tests/''',
|
||||
'''docs/''',
|
||||
]
|
||||
Reference in New Issue
Block a user