Commit 54bf2fc
committed
fix(ci): accept the five reviewed secret findings that live in history
Repairing the gitleaks ruleset made CI red, correctly: gitleaks scans every
commit, not just the working tree, so correcting the files does not remove
what was committed. Five findings remain reachable in history.
Each was reviewed. Two are the ntfy placeholder from 2025-12, two are a
truncated JWT header used as an Authorization example, one is a curl auth
header in the security docs. None is a live credential; if one had been,
the answer would be rotation rather than an ignore entry, since a rewrite
of public history is not a remedy anyone can rely on.
Verified that this silences only those five: a freshly planted Slack token
is still reported (leaks found: 1) with the ignore file in place, and the
tree is clean again once it is removed.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent b103227 commit 54bf2fc
1 file changed
Lines changed: 20 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments