From 7e6235bd3b67e5ed522234e48cc94f7e44f29dd0 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Fri, 14 May 2021 04:30:17 +0200 Subject: [PATCH] chore(trivy): Bump up Trivy scanner adapter to v0.19.0 (#14797) Trivy scanner adpater v0.19.0 comes with Trivy v0.17 which adds support for Java JAR/WAR/EAR archives and Go binaries scanning. The release notes are published on https://github.com/aquasecurity/trivy/releases/tag/v0.17.0 Signed-off-by: Daniel Pacak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0923b4d06..5f2d1e77b 100644 --- a/Makefile +++ b/Makefile @@ -104,8 +104,8 @@ PREPARE_VERSION_NAME=versions REGISTRYVERSION=v2.7.1-patch-2819-2553-redis NOTARYVERSION=v0.6.1 NOTARYMIGRATEVERSION=v4.11.0 -TRIVYVERSION=v0.16.0 -TRIVYADAPTERVERSION=v0.18.0 +TRIVYVERSION=v0.17.2 +TRIVYADAPTERVERSION=v0.19.0 # version of chartmuseum for pulling the source code CHARTMUSEUM_SRC_TAG=v0.13.1