chore: add gitleaks allowlist for eBay PNC placeholder in SettingsView
This commit is contained in:
parent
98d6a89018
commit
d3d1787eca
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 = "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''',
|
||||
]
|
||||
Loading…
Reference in a new issue