diff --git a/Dockerfile b/Dockerfile index 6aa27c87..3734976e 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.46.1 +ARG TRIVY_VERSION=0.47.0 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index a72ccbfd..e53cccc6 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.18 | [trivy v0.47.0] | | - | v0.30.18 | [trivy v0.46.1] | | - | v0.30.17 | [trivy v0.46.0] | | - | v0.30.16 | [trivy v0.45.0] | @@ -84,6 +85,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed [harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6 [harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0 +[trivy v0.47.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.47.0 [trivy v0.46.1]: https://github.com/aquasecurity/trivy/releases/tag/v0.46.1 [trivy v0.46.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.46.0 [trivy v0.45.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.45.0 diff --git a/test/component/component_test.go b/test/component/component_test.go index 2e82e829..da05239f 100644 --- a/test/component/component_test.go +++ b/test/component/component_test.go @@ -21,7 +21,7 @@ import ( ) var ( - trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.46.1"} + trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.47.0"} ) const (