Skip to content

Commit

Permalink
ci: set --vuln-type os
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jan 18, 2024
1 parent c3e8e73 commit b4c22da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
- name: Security Scan
uses: docker://aquasec/trivy:0.48.3
with:
args: image --format json --ignore-unfixed ${{ inputs.primaryTag }} --output trivy.json
args: image --format json --ignore-unfixed --vuln-type os ${{ inputs.primaryTag }} --output trivy.json

- name: Print report
uses: docker://aquasec/trivy:0.48.3
Expand Down

0 comments on commit b4c22da

Please sign in to comment.