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.19.0 (#14797)
Trivy scanner adpater v0.19.0 comes with Trivy v0.17 which adds support for Java JAR/WAR/EAR archives and Go binaries scanning. The release notes are published on https://github.com/aquasecurity/trivy/releases/tag/v0.17.0 Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
This commit is contained in:
parent
fa46b0d736
commit
7e6235bd3b
4
Makefile
4
Makefile
@ -104,8 +104,8 @@ PREPARE_VERSION_NAME=versions
|
||||
REGISTRYVERSION=v2.7.1-patch-2819-2553-redis
|
||||
NOTARYVERSION=v0.6.1
|
||||
NOTARYMIGRATEVERSION=v4.11.0
|
||||
TRIVYVERSION=v0.16.0
|
||||
TRIVYADAPTERVERSION=v0.18.0
|
||||
TRIVYVERSION=v0.17.2
|
||||
TRIVYADAPTERVERSION=v0.19.0
|
||||
|
||||
# version of chartmuseum for pulling the source code
|
||||
CHARTMUSEUM_SRC_TAG=v0.13.1
|
||||
|
Loading…
Reference in New Issue
Block a user