Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Oct 30, 2024
1 parent 7c9cd74 commit be1015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image_cve_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while IFS= read -r image; do
echo "*******************"
echo "DOCKER SCOUT OUTPUT"
echo "==================="
docker scout cves $image --platform linux/amd64 --exit-code --only-severity critical
docker scout cves $image --platform linux/amd64 --exit-code --only-severity critical
ec=$?
echo "==================="

Expand Down

0 comments on commit be1015a

Please sign in to comment.