From 1305effa2a4d4f17fee27d0069ab867b2e36a353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 09:11:50 +0000 Subject: [PATCH] chore(deps): update dependency trivy to v0.70.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..e46b8dc 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ k9s: @rm -rf $(TMP_DIR) TRIVY := $(LOCALBIN)/trivy -TRIVY_VERSION := v0.67.2 +TRIVY_VERSION := v0.70.0 TRIVY_STRIPPED := $(subst v,,$(TRIVY_VERSION)) TRIVY_LOOKUP := aquasecurity/trivy trivy: