fix(ci): add docker.io registry prefix for podman
DevSecOps Pipeline - V1 Infrastructure / System & Environment Check (push) Successful in 0s Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Failing after 6s Details

Explicitly specify docker.io registry domain for gitleaks image to resolve Podman short-name error.
This commit is contained in:
Marc Lasserre 2026-08-07 01:07:11 +02:00
parent c4b8975659
commit 04540ce152
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 1 additions and 2 deletions

View File

@ -23,5 +23,4 @@ jobs:
- name: Run Gitleaks via Podman - name: Run Gitleaks via Podman
run: | run: |
echo "🔍 Lancement du scan Gitleaks..." echo "🔍 Lancement du scan Gitleaks..."
podman run --rm -v "$PWD":/path zricethezav/gitleaks:v8.18.2 detect --source="/path" -v podman run --rm -v "$PWD":/path docker.io/zricethezav/gitleaks:v8.18.2 detect --source="/path" --version