diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 292ebedf2..e53628d7b 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -23,3 +23,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs GITLEAKS_VERSION: latest + GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false # Can re-enable when https://github.com/gitleaks/gitleaks/pull/1673 is released