mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -05:00
14 lines
360 B
TOML
14 lines
360 B
TOML
[extend]
|
|
path = ".gitleaks.toml"
|
|
|
|
[allowlist]
|
|
description = "Project-specific overrides"
|
|
paths = [
|
|
'''(?:^|/)Podfile\.lock$''',
|
|
'''(?:^|/)app/src/services/points/constants\.ts$''',
|
|
]
|
|
regexes = [
|
|
'''(?i)(?:token|key|address)[\w\s]*contract[\w\s]*=\s*['"]0x[a-f0-9]{40}['"]''',
|
|
'''POINTS_TOKEN_CONTRACT_ADDRESS\s*=\s*['"]0x[a-f0-9]{40}['"]''',
|
|
]
|