Skip to content

Commit

Permalink
fix: use sarif format in trivy results
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Feb 7, 2024
1 parent 0966018 commit 9aaf0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run trivy
uses: aquasecurity/trivy-action@master
with:
format: 'table'
format: 'sarif'
ignore-unfixed: true
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit 9aaf0e6

Please sign in to comment.