Commit dc7e1f2
fix(ci): generalize the gitleaks curl-auth allowlist to ${VAR:-default}
The full-history scan (fetch-depth: 0 fetches all branches) evaluates every
branch's commits against this branch's allowlist. develop-v1.5's
wallet-healthcheck.sh uses env-var interpolation, not a hardcoded credential,
which the old empty-default-only regex missed. Both sides must still be
${VAR:-...} expansions, so a real -u "admin:hunter2" is still caught.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent b37b6dd commit dc7e1f2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
0 commit comments