chore/update-trivy-version-v0.56.1

Signed-off-by: Rishi Mondal <mavrickrishi@gmail.com>
This commit is contained in:
Rishi Mondal 2024-10-20 10:25:53 +05:30
parent 21e6dcd0fc
commit cbfdfa9e44
1 changed files with 1 additions and 1 deletions

View File

@ -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