Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 16:42:03 -07:00
parent 391cd397f0
commit cc176da1ed

View File

@@ -106,10 +106,11 @@ jobs:
- name: Scan saved image tar with Trivy via Docker
run: |
pwd
ls -la /tmp /tmp/image || true
docker run --rm \
-v /tmp:/tmp \
aquasec/trivy:0.52.2 image \
--input /tmp/image.tar \
--input /tmp/image/image.tar \
--format json \
--output /tmp/trivy-results.json \
--severity CRITICAL,HIGH \