Commit c0c324d
fix(ci): retry the gitleaks download in Secret Scan (transient curl-56 blocks PRs) (#12)
The Secret Scan workflow downloaded the pinned gitleaks binary with a bare
`curl -sSfL` (no retry). A transient network blip (curl exit 56 — recv failure)
on the GitHub-releases fetch fails the whole scan and BLOCKS the PR even though
no secret exists. Adds --retry 5 --retry-delay 3 --retry-all-errors
--connect-timeout 15; the SHA256 verification below is unchanged, so retrying is
supply-chain-safe. Fleet propagation of KH#1351.
Co-authored-by: cloudingenium-automation[bot] <cloudingenium-automation[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 2bb95d7 commit c0c324d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments