Files
self/gitleaks-override.toml
Justin Hernandez 64ab5fc91c Minor app fixes two point nine rd2 (#1462)
* better tests

* lockfile naming fixes

* format

* fix ci issues
2025-12-02 22:20:17 -08:00

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}['"]''',
]