From be87ba8f31733820ca0bab091d3ed6bee7684ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:19:47 +0000 Subject: [PATCH] project: update aquasecurity/trivy to v0.43.0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1d40b19..4729d95 100644 --- a/Rakefile +++ b/Rakefile @@ -18,7 +18,7 @@ end hadolint_version = 'v2.12.0' # renovate: datasource=github-tags depName=aquasecurity/trivy -trivy_version = 'v0.42.1' +trivy_version = 'v0.43.0' namespace :docker do ci_image = 'cmur2/dyndnsd:ci'