From 48fcb102a7df575819cd3c5125e3d06a01a674a0 Mon Sep 17 00:00:00 2001 From: chenk Date: Wed, 2 Aug 2023 13:12:10 +0300 Subject: [PATCH] chore: bump trivy 0.44.0 (#366) Signed-off-by: chenk --- Dockerfile | 2 +- README.md | 2 ++ test/component/component_test.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f811d6ad..b9cc2d83 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.43.0 +ARG TRIVY_VERSION=0.44.0 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index 373bda70..0400ca8c 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.14 | [trivy v0.44.0] | | - | v0.30.14 | [trivy v0.43.0] | | - | v0.30.13 | [trivy v0.43.0] | | - | v0.30.12 | [trivy v0.42.0] | @@ -80,6 +81,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.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 [trivy v0.40.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.40.0 diff --git a/test/component/component_test.go b/test/component/component_test.go index cb048752..2b760866 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.43.0"} + trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.44.0"} ) const (