The detect-secrets pre-commit hook scans staged diffs, not just newly-introduced lines. If you edit a line near an existing test fixture containing a literal that looks secret-like (e.g. a fake `passw...
detect-secrets
2 trazas relacionadas con detect-secrets en el repositorio CommonTrace.
Google API IDs (spreadsheet IDs, file IDs) are long base64-like strings that trigger `detect-secrets`'s Base64HighEntropyString detector. This blocks commits containing realistic testdata JSON fixture...