chore verify image vulns

This commit is contained in:
Ruben Fiszel
2024-04-04 02:16:44 +02:00
parent 60eab8e961
commit 30ed34e2fc
+2 -2
View File
@@ -24,8 +24,8 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-ee:main
format: "sarif"
output: "trivy-results.sarif"
format: "table"
# output: "trivy-results.sarif"
severity: "CRITICAL,HIGH"
- name: Upload Trivy scan results to GitHub Security tab