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 0472df9 commit 0092e04Copy full SHA for 0092e04
1 file changed
.github/workflows/gitleaks.yml
@@ -19,10 +19,12 @@ jobs:
19
uses: gitleaks/gitleaks-action@v2
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
23
24
- name: Scan codebase (working tree)
25
26
27
28
GITLEAKS_SCAN_MODE: detect
29
30
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: "false"
0 commit comments