From 8b3e8dc864989b8e928643c4774697a2407e7531 Mon Sep 17 00:00:00 2001 From: chenk Date: Mon, 20 May 2024 10:39:03 +0300 Subject: [PATCH] chore: bump trivy-0.51.2 (#477) * chore: bump trivy-0.51.1 Signed-off-by: chenk * chore: bump trivy v0.51.2 Signed-off-by: chenk --------- Signed-off-by: chenk --- Dockerfile | 2 +- README.md | 1 + test/component/component_test.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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", } )