Commit 7261dc1
committed
feat(gitleaks): add .gitleaksignore for false positive fingerprints
Add .gitleaksignore file containing fingerprints of known false
positives (age public keys in documentation and scripts). This follows
gitleaks community best practices for CI environments.
Key advantages over baseline files:
- Safe to commit (only fingerprints, no secrets)
- Stable (no --redact flag matching issues)
- Platform-agnostic (no path separator issues)
- Simple (one fingerprint per line with comments)
All 6 findings are age public keys used as:
- Documentation examples in CI/CD setup guides
- Placeholder values for sops key rotation detection
- Example keys in bootstrap scripts
Reference: gitleaks/gitleaks#12631 parent 0cf4f20 commit 7261dc1
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments