Skip to content

Commit

Permalink
Removed MEDIUM vuln scan
Browse files Browse the repository at this point in the history
  • Loading branch information
simao-silva committed Feb 1, 2024
1 parent 146019e commit 238b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
--exit-code 1 \
--ignore-unfixed \
--vuln-type os,library \
--severity MEDIUM,CRITICAL,HIGH \
--severity CRITICAL,HIGH \
--format sarif \
--output /scan-results/trivy-${{ inputs.variant }}-image-scan.sarif \
${{ env.IMAGE_NAME }}:test-${{ inputs.variant }}
Expand Down

0 comments on commit 238b595

Please sign in to comment.