Skip to content

Commit 0092e04

Browse files
authored
Update gitleaks.yml
1 parent 0472df9 commit 0092e04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
uses: gitleaks/gitleaks-action@v2
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
2223

2324
- name: Scan codebase (working tree)
2425
uses: gitleaks/gitleaks-action@v2
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2728
GITLEAKS_SCAN_MODE: detect
29+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
2830
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: "false"

0 commit comments

Comments
 (0)