Initialize GovOPlaN meta repository

This commit is contained in:
2026-07-11 17:16:58 +02:00
commit 70109afc78
70 changed files with 11641 additions and 0 deletions

18
.gitleaks.toml Normal file
View 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/''',
]