Fix trivy scan volume path

This commit is contained in:
2026-01-15 16:22:47 +00:00
parent 1c3025b2d6
commit f87eb5f438

View File

@@ -20,7 +20,7 @@ jobs:
-v "$PWD:/work" \
-w /work \
aquasec/trivy:latest \
fs . \
fs /work \
--scanners vuln \
--pkg-types library \
--include-dev-deps \
@@ -28,6 +28,7 @@ jobs:
--ignore-unfixed \
--format json \
--output trivy.json \
--debug \
--exit-code 1
- name: Notify Node-RED on vulnerabilities