Change path
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 21s
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 21s
This commit is contained in:
parent
b28a1e130f
commit
f1ec84d23c
@ -13,4 +13,4 @@ jobs:
|
|||||||
- name: Run gitleaks
|
- name: Run gitleaks
|
||||||
run: |
|
run: |
|
||||||
docker pull zricethezav/gitleaks:latest
|
docker pull zricethezav/gitleaks:latest
|
||||||
docker run -v .:/ zricethezav/gitleaks:latest detect --source / --verbose --exit-code 1
|
docker run -v .:/gitleaks zricethezav/gitleaks:latest detect --source /gitleaks --verbose --exit-code 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user