Skip to content
Snippets Groups Projects
Unverified Commit 95e81a92 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

ci: update trivy scan job

parent 4a5f2dbb
No related branches found
No related tags found
No related merge requests found
......@@ -106,11 +106,10 @@ jobs:
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.2.3
uses: aquasecurity/trivy-action@0.2.4
with:
image-ref: "ghcr.io/dexidp/dex:${{ needs.container-images.outputs.version }}"
format: "template"
template: "@/contrib/sarif.tpl"
format: "sarif"
output: "trivy-results.sarif"
- name: Upload Trivy scan results to GitHub Security tab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment