chore(trivy): Bump up Trivy adapter to v0.12.0

The new version of the adapter service improves the Redis connection pool
management. In the previous versions a new connection pool was created for
each scan job, which might negatively impact the performance and resources
utilisation.

There is also a bug fix in Trivy v0.9.1 to properly handle the debug mode.

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
This commit is contained in:
Daniel Pacak 2020-06-29 10:14:22 +02:00
parent 8e2c334b43
commit 4b558baaf8
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ NOTARYVERSION=v0.6.1
CLAIRVERSION=v2.1.4
NOTARYMIGRATEVERSION=v3.5.4
CLAIRADAPTERVERSION=v1.0.2
TRIVYVERSION=v0.9.0
TRIVYADAPTERVERSION=v0.11.0
TRIVYVERSION=v0.9.1
TRIVYADAPTERVERSION=v0.12.0
# version of chartmuseum
CHARTMUSEUMVERSION=v0.12.0