Skip to content

Commit 40320fd

Browse files
committed
feat: upgrade gitleaks workflow
1 parent b2f4a45 commit 40320fd

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.github/.gitleaks.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/check-for-leaks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
4040
GITLEAKS_NOTIFY_USER_LIST: '@icellan'
4141
GITLEAKS_ENABLE_COMMENTS: 'true'
42-
GITLEAKS_CONFIG: '.github/.gitleaks.toml'
4342
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: 'true'
4443
GITLEAKS_ENABLE_SUMMARY: 'true'
45-
GITLEAKS_VERSION: 'latest'
44+
GITLEAKS_VERSION: '8.27.2' # Specify the version of gitleaks to use
4645

0 commit comments

Comments
 (0)