mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
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:
parent
19ad8ad68d
commit
bd46af691c
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user