chore: add gitleaks allowlist for test fixture license keys
This commit is contained in:
parent
cefec5cb68
commit
66c22680ee
1 changed files with 8 additions and 0 deletions
8
.gitleaks.toml
Normal file
8
.gitleaks.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[extend]
|
||||
path = "/Library/Development/CircuitForge/circuitforge-hooks/gitleaks.toml"
|
||||
|
||||
[allowlist]
|
||||
description = "linnet: tests/test_tiers.py contains obviously fake test license keys (CFG-LNNT-AAAA-BBBB-CCCC, CFG-LNNT-DEAD-BEEF-0000, etc.) — not real credentials"
|
||||
paths = [
|
||||
'''tests/test_tiers\.py''',
|
||||
]
|
||||
Loading…
Reference in a new issue