Commit Graph

1 Commits

Author SHA1 Message Date
1ae625a03d fix(security): replace custom secret detection with gitleaks
The hand-rolled check_secrets regex patterns produced false positives
on configKey test values, causing make security-full to fail.

Replace with gitleaks via go run for proper secret detection with
built-in rules and allowlist support for generated report files.
2026-02-01 11:19:40 +02:00