Merge pull request #5710 from MAVRICK-1/chore/update-trivy-version-v0.53.0
chore(hack): upgrade Trivy to v0.56.1 for consistency with CI
This commit is contained in:
commit
aab8bb9c00
|
@ -78,7 +78,7 @@ if util::cmd_exist trivy ; then
|
||||||
echo "pass"
|
echo "pass"
|
||||||
else
|
else
|
||||||
echo "start installing trivy"
|
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
|
fi
|
||||||
|
|
||||||
if [ ${IMAGEREF} ];then
|
if [ ${IMAGEREF} ];then
|
||||||
|
|
Loading…
Reference in New Issue