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 <pacak.daniel@gmail.com>
This commit is contained in:
Daniel Pacak 2020-06-02 10:51:14 +02:00 committed by GitHub
parent 6939446c3c
commit f5d482854b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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