chore(trivy): Bump up Trivy scanner adapter to v0.17.0 (#13639)

The adapter implements Pluggable Scanners API v1.1
and ships with Trivy v0.14.0.

There's also a tiny change in the way Trivy settings
are displayed in the scanner metadata response, i.e.
instead of com.github.aquasecurity.trivy.debugMode
it prints env.SCANNER_TRIVY_DEBUG_MODE. It makes it
explicit which env is use to set this parameter.

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
This commit is contained in:
Daniel Pacak 2020-12-25 08:34:00 +01:00 committed by GitHub
parent 19ad8ad68d
commit bd46af691c
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 @@ PREPARE_VERSION_NAME=versions
REGISTRYVERSION=v2.7.1-patch-2819-2553-redis
NOTARYVERSION=v0.6.1
NOTARYMIGRATEVERSION=v3.5.4
TRIVYVERSION=v0.9.2
TRIVYADAPTERVERSION=v0.14.1
TRIVYVERSION=v0.14.0
TRIVYADAPTERVERSION=v0.17.0
# version of chartmuseum
CHARTMUSEUMVERSION=v0.12.0-redis