Skip to content

Commit

Permalink
Merge pull request #5710 from MAVRICK-1/chore/update-trivy-version-v0…
Browse files Browse the repository at this point in the history
….53.0

chore(hack): upgrade Trivy to v0.56.1 for consistency with CI
  • Loading branch information
karmada-bot authored Oct 21, 2024
2 parents 31bc022 + cbfdfa9 commit aab8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scan-image-vuln.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if util::cmd_exist trivy ; then
echo "pass"
else
echo "start installing trivy"
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.48.1
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.56.1
fi

if [ ${IMAGEREF} ];then
Expand Down

0 comments on commit aab8bb9

Please sign in to comment.