Skip to content

Commit

Permalink
fix: using docker container to run gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 11, 2022
1 parent f65d380 commit 45e7ccc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: '0'
persist-credentials: false

#job
- name: Run GitLeaks
uses: docker://zricethezav/gitleaks:latest
with:
# entrypoint: gitleaks
args: detect --source="." --report-format sarif -v -l debug

- name: Initialize CodeQL
Expand Down

0 comments on commit 45e7ccc

Please sign in to comment.