Commit 586358a
committed
fix(ci): rewrite .gitleaksignore comment to avoid self-triggering scanner
Initial commit on this branch included the verbatim trigger phrase in a
.gitleaksignore comment, which itself matched generic-api-key — so the
allowlist file became its own new finding (PR #182 first run failed
fast on .gitleaksignore:6).
Rewrite the comment without the quoted phrase or rule keywords; the
fingerprint entry alone documents what's allowlisted.1 parent 50c1de1 commit 586358a
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
0 commit comments