From 224cfec4f7ada7d89da123be85c5e388234b6f93 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Fri, 21 Aug 2020 04:40:06 +0200 Subject: [PATCH] chore(trivy): Bump up trivy adapter to v0.14.1 (#12840) This is the maintenance release to recompile the trivy adapter service with Go 1.14.7 and pull Trivy v0.9.2. Signed-off-by: Daniel Pacak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71c0dd153..181492f10 100644 --- a/Makefile +++ b/Makefile @@ -104,8 +104,8 @@ NOTARYVERSION=v0.6.1 CLAIRVERSION=v2.1.4 NOTARYMIGRATEVERSION=v3.5.4 CLAIRADAPTERVERSION=v1.1.1 -TRIVYVERSION=v0.9.1 -TRIVYADAPTERVERSION=v0.13.0 +TRIVYVERSION=v0.9.2 +TRIVYADAPTERVERSION=v0.14.1 # version of chartmuseum CHARTMUSEUMVERSION=v0.12.0-redis