From d54527dac2e45f7287686118138b72167432ee82 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Tue, 19 Nov 2024 21:18:54 +0530 Subject: [PATCH] chore: bump trivy to v0.57.1 to mitigate rate limit issues Signed-off-by: Anish Ramasekar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1e382f31..83b5e51b7 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ KIND_VERSION ?= 0.23.0 KUBERNETES_VERSION ?= 1.30.2 KUBECTL_VERSION ?= 1.25.3 BATS_VERSION ?= 1.4.1 -TRIVY_VERSION ?= 0.39.1 +TRIVY_VERSION ?= 0.57.1 PROTOC_VERSION ?= 3.20.1 SHELLCHECK_VER ?= v0.8.0 YQ_VERSION ?= v4.11.2