chore/update-trivy-version-v0.56.1
Signed-off-by: Rishi Mondal <mavrickrishi@gmail.com>
This commit is contained in:
parent
21e6dcd0fc
commit
cbfdfa9e44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue