Stop using dokcer for gitleaks
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 10s

This commit is contained in:
Adrien Bouvais 2026-08-16 14:54:11 +02:00
parent 07064909e1
commit 25f63813a2

View File

@ -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