-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitleaks.toml
More file actions
24 lines (20 loc) · 807 Bytes
/
.gitleaks.toml
File metadata and controls
24 lines (20 loc) · 807 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
# gitleaks configuration — suppress false positives
# https://github.com/gitleaks/gitleaks#configuration
[allowlist]
description = "Pacsea false positive suppressions"
# Generated rustdoc JS files contain Rust constant names (KEYCTL_CAPS0_*, FSCRYPT_*)
# that trigger generic-api-key due to entropy. These are not secrets.
paths = [
'''doc/.*\.js$''',
]
# Test files with intentionally fake API keys / patterns
commits = [
"c2bc699bf3dddd75dd4d0c64f5b9084fe8806d82",
"8c8e90760b773a70d3a6f5358cf901f6123a3db9",
]
# Placeholder/example VirusTotal key in shipped config template
regexTarget = "match"
regexes = [
'''abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890''',
'''b83e91a6ddb14ce20edddd2ad056abac5bd63338eb371becadd08b88fb1b20f4''',
]