From 487393016419504f2fa609f02bfdb1ae41b2fd8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:24:42 +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: