Fix gitleaks
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 17s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 17s
This commit is contained in:
parent
6a8d58cce9
commit
b28a1e130f
@ -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 .:/ zricethezav/gitleaks:latest detect --source / --verbose --exit-code 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user