Commit 3412cb6
fix: allowlist historical commit in gitleaks config
Commit 2fdb5ba introduced functional_test.go with an example API key
value in a doc comment (for illustrating how to run the test). It was
not a real credential and has since been replaced with <YOUR_API_KEY>
placeholder, but gitleaks scans the full commit history so the original
commit still triggers the rule. Allowlist the commit SHA explicitly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2c74c2c commit 3412cb6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments