From 3d18e1783fbe2d21d8881b3a60698739b6c37508 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Thu, 15 Aug 2024 06:05:36 +0400 Subject: [PATCH] chore: bump Trivy to v0.54.1 (#509) Signed-off-by: knqyf263 --- 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 37dd9a6..8fd0071 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.52.2 +ARG TRIVY_VERSION=0.54.1 FROM aquasec/trivy:${TRIVY_VERSION} diff --git a/README.md b/README.md index e867d19..b37171b 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.4 | [trivy v0.54.1] | | - | v0.31.3 | [trivy v0.52.2] | | - | v0.31.2 | [trivy v0.51.2] | | - | v0.31.1 | [trivy v0.50.4] | diff --git a/test/component/component_test.go b/test/component/component_test.go index 65bf575..c32f726 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.52.2", + Version: "0.54.1", } )