mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
chore verify image vulns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user