Fix trivy.json output path

This commit is contained in:
2026-01-15 16:09:17 +00:00
parent 984aeccfdd
commit a7183b3286

View File

@@ -26,7 +26,7 @@ jobs:
--severity MEDIUM,HIGH,CRITICAL \
--ignore-unfixed \
--format json \
--output trivy.json \
--output /workspace/trivy.json \
--exit-code 1
- name: Notify Node-RED on vulnerabilities