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