chore: add gitleaks allowlist for test fixture license keys

This commit is contained in:
pyr0ball 2026-07-11 23:08:23 -07:00
parent cefec5cb68
commit 66c22680ee

8
.gitleaks.toml Normal file
View 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''',
]