chore: switch gitleaks to path allowlist (drop fingerprint ignore)#8
Conversation
The previous .gitleaksignore entry pinned the dummy test private key by commit fingerprint, which broke whenever history was rewritten (squash merge of #7 invalidated 6f4c6ff -> 8a37048, which is what triggered the post-merge failure on main). Replace with a .gitleaks.toml that extends the default rules and allowlists the path of the committed test fixture. This stays correct across squash merges, rebases, and force-pushes because it does not reference commit hashes. .gitleaksignore is removed; .gitleaks.toml fully supersedes it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
be430c1 to
d1466f3
Compare
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Disabled knowledge base sources:
WalkthroughThis change replaces a Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Files
Test plan
🤖 Generated with Claude Code
🐛 Bug Fixes
Fixed gitleaks configuration breaking after squash merges