fix(ci): add docker.io registry prefix for podman
Explicitly specify docker.io registry domain for gitleaks image to resolve Podman short-name error.
This commit is contained in:
parent
c4b8975659
commit
04540ce152
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue