Skip to content

Commit 33b8f08

Browse files
committed
Disable Gitleaks artifact upload because of a bug in Gitleaks
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.
1 parent 0dec648 commit 33b8f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Used to comment on PRs
2525
GITLEAKS_VERSION: latest
26+
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false # Can re-enable when https://github.com/gitleaks/gitleaks/pull/1673 is released

0 commit comments

Comments
 (0)