Add gitleaks fingerprint for test file false positive

This commit is contained in:
Mondo Diaz
2026-01-23 16:16:02 -06:00
parent 3a807870a3
commit 7b04bbdf05
3 changed files with 10 additions and 0 deletions

8
.gitleaks.toml Normal file
View File

@@ -0,0 +1,8 @@
# Gitleaks configuration
# https://github.com/gitleaks/gitleaks#configuration
[allowlist]
# Test files that contain variable names matching secret patterns (e.g., s3_key)
paths = [
'''backend/tests/.*\.py''',
]