From a7873ee9a83b7372a1ed8275a602380ecc7dbb99 Mon Sep 17 00:00:00 2001 From: Daniel Traynor <7traynor@gmail.com> Date: Wed, 8 Apr 2026 10:43:25 -0400 Subject: [PATCH] Update .gitleaks.toml to refine allowlist description and add CI-only dashboard build placeholder regex --- .gitleaks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitleaks.toml b/.gitleaks.toml index 984cebc..78ce8da 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -7,10 +7,11 @@ title = "algorithmic-trading-polymarket" useDefault = true [allowlist] -description = "Hardhat/Anvil test key #0; Redis kill-switch key names (not API secrets)" +description = "Hardhat test key; Redis kill-switch names; CI-only dashboard build placeholder (not a real secret)" regexes = [ '''0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80''', '''^BTC_5M_TRADING_ENABLED$''', '''^BTC_5M_LATENCY_TRADING_ENABLED$''', '''^BTC_5M_MOMENTUM_TRADING_ENABLED$''', + '''^ci_placeholder_secret_min_len_16$''', ]