Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 16:24:05 -07:00
parent 87369f5924
commit 7e858447b6

View File

@@ -112,14 +112,14 @@ jobs:
aquasec/trivy:0.52.2 image \
--input /tmp/image.tar \
--format json \
--output /${{ github.workspace }}/trivy-results.json \
--output /tmp/trivy-results.json \
--severity CRITICAL,HIGH \
--ignore-unfixed
- name: Upload results
uses: actions/upload-artifact@v3
with:
name: trivy-results
path: ${{ github.workspace }}/trivy-results.json
path: /tmp/trivy-results.json
publish-image:
runs-on: ubuntu-22.04