Skip to content

Commit

Permalink
Disable Gitleaks artifact upload because of a bug in Gitleaks
Browse files Browse the repository at this point in the history
The bugfix has been merged but wasn't included in the 8.22.0 release, waiting for the new version, then this can be reverted.
  • Loading branch information
spaze committed Dec 24, 2024
1 parent 0dec648 commit 33b8f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33b8f08

Please sign in to comment.