[eric] ci: allowlist the cdp-routes redaction-test token in gitleaks

This commit is contained in:
ciregenz
2026-06-15 13:54:40 -07:00
parent 62acc4b8c0
commit 578a31fdd4
+3
View File
@@ -15,6 +15,9 @@ description = "Project allowlist for gitleaks"
# still trip.
paths = [
'''frontend/src/app/pages/Settings/Settings\.tsx''',
# CDP-redaction test: its fixtures are deliberately fake `token=...` URLs it
# then asserts get redacted, so a full-history rescan keeps "finding" them.
'''electron/cdp-routes\.test\.js''',
# Vendored Python venv — never our code.
'''backend/\.venv/.*''',
# Vendored MCP server bundles (esbuild output of upstream npm packages).