Commit 229f5fc
committed
ci(gitleaks): migrate from custom config to .gitleaksignore allowlist
Replace the custom `.gitleaksconfig.toml` (which extended the default
gitleaks config and defined path-based allowlists) with a `.gitleaksignore`
file that allowlists specific fingerprints for known curl auth header
occurrences in docker-compose and test scripts.
Remove the `GITLEAKS_CONFIG` env var from the GitHub Actions workflow,
allowing gitleaks to use its built-in defaults and pick up the new
`.gitleaksignore` automatically.1 parent 335de9c commit 229f5fc
3 files changed
Lines changed: 9 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments