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 eef9e35 commit c183c12Copy full SHA for c183c12
.github/workflows/secret-scan.yml
@@ -17,10 +17,13 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
20
- - name: Run Gitleaks with License Key
+ - name: Run Gitleaks
21
uses: gitleaks/gitleaks-action@v2
22
- with:
23
- fail: true
24
- config-path: .github/gitleaks.toml
25
env:
26
- GITLEAKS_LICENSE_KEY: E86E8A-22C271-B767AA-6055AC-F09CA3-V3
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
+ with:
+ args: >
+ detect
27
+ --source .
28
+ --exit-code 1
29
+ --report-path gitleaks-report.json
0 commit comments