From 4b558baaf83bbd71640a52a9f207be9f8a5a632f Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Mon, 29 Jun 2020 10:14:22 +0200 Subject: [PATCH] chore(trivy): Bump up Trivy adapter to v0.12.0 The new version of the adapter service improves the Redis connection pool management. In the previous versions a new connection pool was created for each scan job, which might negatively impact the performance and resources utilisation. There is also a bug fix in Trivy v0.9.1 to properly handle the debug mode. Signed-off-by: Daniel Pacak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2bdb5b32e..5c0bdc5a4 100644 --- a/Makefile +++ b/Makefile @@ -103,8 +103,8 @@ NOTARYVERSION=v0.6.1 CLAIRVERSION=v2.1.4 NOTARYMIGRATEVERSION=v3.5.4 CLAIRADAPTERVERSION=v1.0.2 -TRIVYVERSION=v0.9.0 -TRIVYADAPTERVERSION=v0.11.0 +TRIVYVERSION=v0.9.1 +TRIVYADAPTERVERSION=v0.12.0 # version of chartmuseum CHARTMUSEUMVERSION=v0.12.0