-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitleaks.toml
More file actions
26 lines (23 loc) · 819 Bytes
/
Copy path.gitleaks.toml
File metadata and controls
26 lines (23 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# .gitleaks.toml — extends gitleaks default rules
# Generated 2026-04-25 by fminimax pre-commit hook deployment.
[extend]
useDefault = true
[[allowlists]]
description = "Redacted-token markers from the 2026-04-25 history scrub"
regexes = [
'''gho_REDACTED-AUDIT-2026-04-25''',
'''ntn_REDACTED-AUDIT-2026-04-25''',
'''MORGEN-REDACTED-AUDIT-2026-04-25''',
'''gho_REDACTED-W2-FIX-OUTPUT''',
'''ntn_REDACTED-W2-FIX-OUTPUT''',
'''MORGEN-REDACTED-W2-FIX-OUTPUT''',
]
[[allowlists]]
description = "Placeholder strings used in templates"
regexes = [
'''REPLACE_WITH_GITHUB_TOKEN''',
'''REPLACE_WITH_NOTION_TOKEN''',
'''REPLACE_WITH_MORGEN_API_KEY''',
'''\{\{(NOTION_TOKEN|GITHUB_TOKEN|MORGEN_API_KEY|NOTION_DATABASE_ID|W[123]_WORKFLOW_ID)\}\}''',
'''\$\{?[A-Z_]+_(TOKEN|KEY|SECRET|PASSWORD)\}?''',
]