forked from mystiq/dex
ci: update trivy scan job
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
4a5f2dbb4d
commit
95e81a925f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/artifacts.yaml
vendored
5
.github/workflows/artifacts.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue