Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizen authored Sep 23, 2024
1 parent 0c3a9dc commit 1573779
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 @@ -31,12 +31,12 @@ jobs:

- name: Build an image from Dockerfile
run: |
docker build -t docker.io/platform9/luigi:${{ github.sha }} .
docker build -t quay.io/platform9/luigi:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
with:
image-ref: 'docker.io/platform9/luigi:${{ github.sha }}'
image-ref: 'quay.io/platform9/luigi:${{ github.sha }}'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 1573779

Please sign in to comment.