From 51aeaae64037d5f765c700fc9a4338587a87e040 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 6 Feb 2024 22:35:17 +0100 Subject: [PATCH] tools: update trivy security scanner to v0.49.1 - https://github.com/aquasecurity/trivy/releases/tag/v0.49.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36692fe29..210102e72 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ sasslint: ## # trivy version (https://github.com/aquasecurity/trivy/releases) -TRIVY_VERSION=0.49.0 +TRIVY_VERSION=0.49.1 # default trivy exit code when vulnerabilities are found TRIVY_EXIT_CODE=1 # default docker image to scan with trivy