From 66c22680ee5bd42760d6b5cd0938a66d021682c3 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 11 Jul 2026 23:08:23 -0700 Subject: [PATCH] chore: add gitleaks allowlist for test fixture license keys --- .gitleaks.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000..6647386 --- /dev/null +++ b/.gitleaks.toml @@ -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''', +]