diff --git a/Dockerfile b/Dockerfile index 5fda2a30..efda6ff8 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.49.1 +ARG TRIVY_VERSION=0.50.1 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index 3b17b2fa..fa2106d2 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.30.23 | [trivy v0.50.1] | | - | v0.30.22 | [trivy v0.49.1] | | - | v0.30.21 | [trivy v0.48.3] | | - | v0.30.20 | [trivy v0.48.1] | diff --git a/test/component/component_test.go b/test/component/component_test.go index 6e74f501..3c4d0b35 100644 --- a/test/component/component_test.go +++ b/test/component/component_test.go @@ -24,7 +24,7 @@ var ( trivyScanner = harbor.Scanner{ Name: "Trivy", Vendor: "Aqua Security", - Version: "0.49.1", + Version: "0.50.1", } )