Commit 0cf4f20
committed
fix(gitleaks): add inline allowlist for age public keys
Add gitleaks:allow comments to suppress false positives on age public
keys. Age public keys are safe to commit (they're encryption keys, not
secrets), but gitleaks flags them as generic-api-key due to base64-like
format.
Files updated:
- ci-cd-setup.md: CI age key documentation (age public key)
- sops-bootstrap.sh: placeholder age keys for bootstrap detection1 parent 5a08c5c commit 0cf4f20
File tree
2 files changed
+2
-1
lines changed- packages/docs/src/content/docs/guides
- scripts
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments