Skip to content

ci: security-audit.yml has the same unretried gitleaks install curl #177 fixed #246

Description

@mahmutkaya

security-audit.yml:82 carries the byte-identical gitleaks install step that #177 fixed in ci.yml: a curl -sSfL download of the release tarball with no retry. A transient 504 exits 22 under -f and fails this required workflow in seconds, with nothing in the diff to blame and only a human re-run to recover it.

Fix: the same flags as #177--retry 3 --retry-delay 2 --retry-all-errors (plain --retry is not enough under -f; the 504 exit code is not treated as transient without --retry-all-errors).

Found during #177's sibling audit; it is a different workflow file, so it was deliberately left out of that PR.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions