Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
runejo committed Dec 17, 2024
1 parent 5fdcf10 commit 7d013b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
with:
context: .
load: true
tags: pxwebapi:${{ github.sha }}
tags: pxweb:${{ github.sha }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
scan-type: image
image-ref: pxwebapi:${{ github.sha }}
image-ref: pxweb:${{ github.sha }}
format: sarif
output: trivy-results.sarif

Expand Down

0 comments on commit 7d013b9

Please sign in to comment.