From d3d1787eca6012663766e07dca343cd5315b73b3 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 11 Jul 2026 23:07:47 -0700 Subject: [PATCH] chore: add gitleaks allowlist for eBay PNC placeholder in SettingsView --- .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..6bf6932 --- /dev/null +++ b/.gitleaks.toml @@ -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 — not a real credential" +paths = [ + '''web/src/views/SettingsView\.vue''', +]