From 6d16b6c8a884d0035e98f7dc0b6c67368412e79c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 8 Jul 2023 21:18:37 +0200 Subject: [PATCH] =?UTF-8?q?tools/Makefile:=20update=20trivy=20to=20v0.43.1?= =?UTF-8?q?=20=C3=A8=20https://github.com/aquasecurity/trivy/releases/tag/?= =?UTF-8?q?v0.43.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11f05d0f..038ac7d4 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ sasslint: ## # trivy version (https://github.com/aquasecurity/trivy/releases) -TRIVY_VERSION=0.43.0 +TRIVY_VERSION=0.43.1 # default trivy exit code when vulnerabilities are found TRIVY_EXIT_CODE=1 # default docker image to scan with trivy