chore: add gitleaks allowlist for eBay PNC placeholder in SettingsView
Some checks failed
CI / Python tests (push) Has been cancelled
CI / Frontend typecheck + tests (push) Has been cancelled
Mirror / mirror (push) Has been cancelled

This commit is contained in:
pyr0ball 2026-07-11 23:07:47 -07:00
parent 98d6a89018
commit d3d1787eca

8
.gitleaks.toml Normal file
View file

@ -0,0 +1,8 @@
[extend]
path = "/Library/Development/CircuitForge/circuitforge-hooks/gitleaks.toml"
[allowlist]
description = "snipe: SettingsView.vue contains a placeholder eBay Partner Network campaign ID (5339149249) in a <input placeholder> — not a real credential"
paths = [
'''web/src/views/SettingsView\.vue''',
]