Commit 612feb6
docs: silence gitleaks false-positive on GPG fingerprint
gitleaks 8.24.3's `generic-api-key` rule matches any 40-char hex
string against an entropy threshold. The campaign manifest recorded
my public PGP signing-key fingerprint as `git-signing-key = "..."`,
which (correctly per the rule) looks like a 40-char hex API key.
Public key fingerprints are NOT secrets — they're meant to be
published — but the scanner has no way to tell that apart from a
secret.
Replaced the inline value with a comment explaining the situation
and pointing readers at `git log --show-signature` to recover the
fingerprint from any commit if they need to verify.
The `all-prs-gpg-signed = true` flag above remains the load-bearing
assertion for tooling.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f3d6e34 commit 612feb6
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
0 commit comments