Commit 2b59cff
fix(ci): generalize the gitleaks curl-auth allowlist to ${VAR:-default}
develop-v1.5's wallet-healthcheck.sh uses env-var interpolation (`-u
"${VAR:-wallet}:..."`), not a hardcoded credential; the all-branches
fetch-depth:0 scan flagged it against the old empty-default-only regex. Both
sides must still be ${VAR:-...} expansions, so a real -u "admin:hunter2" is
still caught. (Same fix as #462 on develop-v1.5.)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent eac43e3 commit 2b59cff
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