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
CommonTrace リポジトリ内の detect-secrets に関連するトレースが 2 件あります。
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...