We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448d361 commit 0300230Copy full SHA for 0300230
1 file changed
.github/workflows/security.yml
@@ -16,11 +16,13 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- with:
20
- fetch-depth: 0
21
- - uses: gitleaks/gitleaks-action@v2
+ - name: Run gitleaks filesystem scan
+ uses: gitleaks/gitleaks-action@v2
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITLEAKS_ENABLE_COMMENTS: false
24
+ with:
25
+ args: detect --source . --no-git --redact -v --exit-code=2
26
27
dependency-audit:
28
0 commit comments