diff --git a/Dockerfile b/Dockerfile index b9cc2d83..50d633e8 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.44.0 +ARG TRIVY_VERSION=0.45.0 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index 99333410..1629db42 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.15 | [trivy v0.45.0] | | - | v0.30.15 | [trivy v0.44.0] | | - | v0.30.14 | [trivy v0.43.0] | | - | v0.30.13 | [trivy v0.43.0] | @@ -81,6 +82,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.45.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.45.0 [trivy v0.44.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.44.0 [trivy v0.43.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.43.0 [trivy v0.42.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.42.0 diff --git a/test/component/component_test.go b/test/component/component_test.go index 2b760866..b2ac4317 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.44.0"} + trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.45.0"} ) const (