Change trivy.json output path

This commit is contained in:
2026-01-15 16:47:54 +00:00
parent 8e3404bd51
commit a2720e245f

View File

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