Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 16:16:57 -07:00
parent 1cebfa83c3
commit 87369f5924

View File

@@ -112,7 +112,7 @@ jobs:
aquasec/trivy:0.52.2 image \
--input /tmp/image.tar \
--format json \
--output /work/trivy-results.json \
--output /${{ github.workspace }}/trivy-results.json \
--severity CRITICAL,HIGH \
--ignore-unfixed
- name: Upload results