From fc0482ae73a6f7e193ac03a69051a9baa534c957 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Fri, 6 Dec 2024 12:54:36 +0800 Subject: [PATCH] Bump up trivy to v0.57.1 and trivy-adapter to v0.32.1-rc.1 (#21289) Signed-off-by: Daniel Jiang --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cbad61ca698..2d740589418 100644 --- a/Makefile +++ b/Makefile @@ -104,8 +104,8 @@ PREPARE_VERSION_NAME=versions #versions REGISTRYVERSION=v2.8.3-patch-redis -TRIVYVERSION=v0.56.1 -TRIVYADAPTERVERSION=v0.32.0 +TRIVYVERSION=v0.57.1 +TRIVYADAPTERVERSION=v0.32.1-rc.1 # version of registry for pulling the source code REGISTRY_SRC_TAG=v2.8.3