Stop using dokcer for gitleaks
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 10s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 10s
This commit is contained in:
parent
07064909e1
commit
25f63813a2
@ -11,9 +11,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run gitleaks
|
- name: Run gitleaks
|
||||||
run: ls -a
|
run: sudo apt install gitleaks
|
||||||
|
|
||||||
- name: Run gitleaks
|
- name: Run gitleaks
|
||||||
run: |
|
run: gitleaks detect --source . --verbose --exit-code 1
|
||||||
docker pull zricethezav/gitleaks:latest
|
|
||||||
docker run -v /:/gitleaks zricethezav/gitleaks:latest detect --source /gitleaks --verbose --exit-code 1
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user