This commit is contained in:
parent
2261d7ec0d
commit
6a8d58cce9
@ -12,5 +12,5 @@ jobs:
|
||||
|
||||
- name: Run gitleaks
|
||||
run: |
|
||||
curl -sSL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_8.21.2_linux_x64.tar.gz | tar -xz
|
||||
./gitleaks detect --source . --verbose --exit-code 1
|
||||
docker pull zricethezav/gitleaks:latest
|
||||
docker run -v /:/ zricethezav/gitleaks:latest detect --source / --verbose --exit-code 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user