Gitleaks: ignore legit non-sensitive API keys and tokens in docs/ and test/ (#2068)

This commit is contained in:
Jeremy Daer
2025-12-10 14:23:55 -08:00
committed by GitHub
parent d750c9e5f2
commit 94e991df07
3 changed files with 4 additions and 9 deletions
+2 -1
View File
@@ -6,5 +6,6 @@ paths = [
'''log''',
'''tmp''',
'''.*\.yml\.enc''',
'''docs''',
'''docs/''',
'''test/''',
]