Fix gitleaks
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 17s

This commit is contained in:
Adrien Bouvais 2026-08-16 14:48:22 +02:00
parent 6a8d58cce9
commit b28a1e130f

View File

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