Skip to content

Commit

Permalink
Merge pull request whittlem#699 from warrmr/docker
Browse files Browse the repository at this point in the history
Updated Trivy output format as per https://github.com/aquasecurity/tr…
  • Loading branch information
whittlem authored Apr 29, 2022
2 parents dfae47a + c6f981c commit fc6ad94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: "${{ steps.tags.outputs.IMAGE_ID }}:${{ steps.tags.outputs.VERSION }}"
format: "template"
template: "@/contrib/sarif.tpl"
format: "sarif"
output: "trivy-results.sarif"
ignore-unfixed: true
exit-code: 0
Expand Down

0 comments on commit fc6ad94

Please sign in to comment.