snipe/.gitleaks.toml
pyr0ball d3d1787eca
Some checks failed
CI / Python tests (push) Has been cancelled
CI / Frontend typecheck + tests (push) Has been cancelled
Mirror / mirror (push) Has been cancelled
chore: add gitleaks allowlist for eBay PNC placeholder in SettingsView
2026-07-11 23:07:47 -07:00

8 lines
311 B
TOML

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