Skip to content

Commit

Permalink
Merge pull request #46 from ahennr/trivy-format
Browse files Browse the repository at this point in the history
fix: use sarif format in trivy results
  • Loading branch information
buehner committed Feb 7, 2024
2 parents 0966018 + 9aaf0e6 commit e1677a9
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 e1677a9

Please sign in to comment.