diff --git a/Dockerfile b/Dockerfile index 521c769..a821470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # That's the only place where you're supposed to specify version of Trivy. -ARG TRIVY_VERSION=0.50.4 +ARG TRIVY_VERSION=0.51.2 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index 1e407fe..7aed552 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed | Harbor | Trivy Adapter | Trivy | |------------------|---------------|-----------------| +| - | v0.31.1 | [trivy v0.51.2] | | - | v0.31.1 | [trivy v0.50.4] | | - | v0.31.0 | [trivy v0.50.1] | | - | v0.30.23 | [trivy v0.50.1] | diff --git a/test/component/component_test.go b/test/component/component_test.go index e7ebf2d..d1ad561 100644 --- a/test/component/component_test.go +++ b/test/component/component_test.go @@ -26,7 +26,7 @@ var ( trivyScanner = harbor.Scanner{ Name: "Trivy", Vendor: "Aqua Security", - Version: "0.50.4", + Version: "0.51.2", } )