fix(ci): add volume permissions flag for podman gitleaks scan
Add :z flag to Podman volume mount to resolve exit status 126 permission issues on SELinux/host runner.
This commit is contained in:
parent
04540ce152
commit
79fd93e7ce
|
|
@ -23,4 +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 docker.io/zricethezav/gitleaks:v8.18.2 detect --source="/path" --version
|
podman run --rm -v "$PWD":/path:z docker.io/zricethezav/gitleaks:v8.18.2 detect --source="/path" -v
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue