Change path
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 21s

This commit is contained in:
Adrien Bouvais 2026-08-16 14:49:23 +02:00
parent b28a1e130f
commit f1ec84d23c

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 .:/gitleaks zricethezav/gitleaks:latest detect --source /gitleaks --verbose --exit-code 1