From f5d482854be20c1fe4f9a6b6ec1d2370f71c7d51 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Tue, 2 Jun 2020 10:51:14 +0200 Subject: [PATCH] fix(trivy): Handle gracefully scratch and slim images (#11983) This commit bumps up Trivy to 0.7.0 and Trivy adapter service to 0.10.0 in order to handle scratch and slim images, for which we cannot detect the underlying operating system. Resolves: #11964 Signed-off-by: Daniel Pacak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc697ff6e..7a58d0442 100644 --- a/Makefile +++ b/Makefile @@ -103,8 +103,8 @@ NOTARYVERSION=v0.6.1 CLAIRVERSION=v2.1.3 NOTARYMIGRATEVERSION=v3.5.4 CLAIRADAPTERVERSION=v1.0.2 -TRIVYVERSION=v0.6.0 -TRIVYADAPTERVERSION=v0.9.0 +TRIVYVERSION=v0.7.0 +TRIVYADAPTERVERSION=v0.10.0 # version of chartmuseum CHARTMUSEUMVERSION=v0.12.0