diff --git a/.gitea/workflows/test-ci.yml b/.gitea/workflows/test-ci.yml index 92e1424..f6d6d33 100644 --- a/.gitea/workflows/test-ci.yml +++ b/.gitea/workflows/test-ci.yml @@ -23,5 +23,4 @@ jobs: - name: Run Gitleaks via Podman run: | echo "🔍 Lancement du scan Gitleaks..." - podman run --rm -v "$PWD":/path zricethezav/gitleaks:v8.18.2 detect --source="/path" -v - \ No newline at end of file + podman run --rm -v "$PWD":/path docker.io/zricethezav/gitleaks:v8.18.2 detect --source="/path" --version