From 530855e9ad3dae1cab2e5c1ad960977eba66d676 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Tue, 29 Jun 2021 08:24:47 +0200 Subject: [PATCH] chore(trivy): Bump up Trivy adapter from v0.19.0 to v0.20.0 This version of the adapter service wraps Trivy v0.18.3 that supports Go dependency scanning and various other improvements. Signed-off-by: Daniel Pacak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b260e495..e99d3ee65 100644 --- a/Makefile +++ b/Makefile @@ -110,8 +110,8 @@ PREPARE_VERSION_NAME=versions REGISTRYVERSION=v2.7.1-patch-2819-2553-redis NOTARYVERSION=v0.6.1 NOTARYMIGRATEVERSION=v4.11.0 -TRIVYVERSION=v0.17.2 -TRIVYADAPTERVERSION=v0.19.0 +TRIVYVERSION=v0.18.3 +TRIVYADAPTERVERSION=v0.20.0 # version of chartmuseum for pulling the source code CHARTMUSEUM_SRC_TAG=v0.13.1