From c937d3e1846eada02fe4efe10852d27e05459c40 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 1 Aug 2023 15:10:57 +0200 Subject: [PATCH] tools/tests: update trivy to v0.44.0 - https://github.com/aquasecurity/trivy/releases/tag/v0.44.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 038ac7d4..3bdca9ea 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ sasslint: ## # trivy version (https://github.com/aquasecurity/trivy/releases) -TRIVY_VERSION=0.43.1 +TRIVY_VERSION=0.44.0 # default trivy exit code when vulnerabilities are found TRIVY_EXIT_CODE=1 # default docker image to scan with trivy