Fix trivy.json output path

This commit is contained in:
2026-01-15 16:13:48 +00:00
parent a7183b3286
commit 4980903572

View File

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