Initialize GovOPlaN meta repository
This commit is contained in:
18
.gitleaks.toml
Normal file
18
.gitleaks.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
title = "GovOPlaN secret scanning"
|
||||
|
||||
[allowlist]
|
||||
description = "Repository examples and documented development placeholders"
|
||||
regexes = [
|
||||
'''dev-multimailer-api-key''',
|
||||
'''example(\.invalid|\.org|\.com)''',
|
||||
'''postgresql(\+psycopg)?://[^:@/\s]+:\*\*\*@''',
|
||||
'''<redacted>''',
|
||||
]
|
||||
paths = [
|
||||
'''(^|/)audit-reports/''',
|
||||
'''(^|/)node_modules/''',
|
||||
'''(^|/)\.venv/''',
|
||||
'''(^|/)runtime/''',
|
||||
'''(^|/)dist/''',
|
||||
'''(^|/)build/''',
|
||||
]
|
||||
Reference in New Issue
Block a user