Skip to content

Commit

Permalink
Disable Gitleaks artifact upload because of a bug in Gitleaks (#450)
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 authored Dec 24, 2024
2 parents 0dec648 + 33b8f08 commit 7b82b32
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 7b82b32

Please sign in to comment.