Gitleaks: ignore legit non-sensitive API keys and tokens in docs/ and test/ (#2068)
This commit is contained in:
+2
-1
@@ -6,5 +6,6 @@ paths = [
|
||||
'''log''',
|
||||
'''tmp''',
|
||||
'''.*\.yml\.enc''',
|
||||
'''docs''',
|
||||
'''docs/''',
|
||||
'''test/''',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user