Files
local-deep-research/.github/scripts
LearningCircuit 730a17446b fix: remove naive secret detection from whitelist-check (gitleaks handles this)
The SECRET_VIOLATIONS check was causing false positives by flagging
legitimate code that references keywords like 'api_key', 'password',
'token' (e.g., class attributes like `requires_api_key = False`).

Gitleaks already runs as a separate workflow and handles secret detection
with context-aware rules that don't produce these false positives.
2025-12-05 00:12:14 +01:00
..