Skip to content

Commit cbbb060

Browse files
committed
ci: fix gitleaks download URL to linux_x64
1 parent f72409b commit cbbb060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
fetch-depth: 1
186186
- name: Run gitleaks (report only)
187187
run: |
188-
curl -sSfL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_amd64.tar.gz | tar -xz -C /tmp
188+
curl -sSfL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_x64.tar.gz | tar -xz -C /tmp
189189
/tmp/gitleaks detect --source . --report-format json --report-path gitleaks-report.json || true
190190
191191
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)