We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72409b commit cbbb060Copy full SHA for cbbb060
1 file changed
.github/workflows/ci.yml
@@ -185,7 +185,7 @@ jobs:
185
fetch-depth: 1
186
- name: Run gitleaks (report only)
187
run: |
188
- curl -sSfL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_amd64.tar.gz | tar -xz -C /tmp
+ curl -sSfL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_linux_x64.tar.gz | tar -xz -C /tmp
189
/tmp/gitleaks detect --source . --report-format json --report-path gitleaks-report.json || true
190
191
# -------------------------------------------------------------------------
0 commit comments