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 b2f4a45 commit 40320fdCopy full SHA for 40320fd
.github/.gitleaks.toml
.github/workflows/check-for-leaks.yml
@@ -39,8 +39,7 @@ jobs:
39
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
40
GITLEAKS_NOTIFY_USER_LIST: '@icellan'
41
GITLEAKS_ENABLE_COMMENTS: 'true'
42
- GITLEAKS_CONFIG: '.github/.gitleaks.toml'
43
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: 'true'
44
GITLEAKS_ENABLE_SUMMARY: 'true'
45
- GITLEAKS_VERSION: 'latest'
+ GITLEAKS_VERSION: '8.27.2' # Specify the version of gitleaks to use
46
0 commit comments