Fix trivy scan volume path

This commit is contained in:
2026-01-15 16:36:23 +00:00
parent f87eb5f438
commit 7fafb1fa8e

View File

@@ -17,7 +17,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
docker run --rm \ docker run --rm \
-v "$PWD:/work" \ -v "${GITHUB_WORKSPACE}:/work" \
-w /work \ -w /work \
aquasec/trivy:latest \ aquasec/trivy:latest \
fs /work \ fs /work \