From 232b3f32a2f10b1c08d77f054a141c0168475896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 02:11:27 +0000 Subject: [PATCH] project: update aquasecurity/trivy to v0.30.1 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b237b90..6cd0d23 100644 --- a/Rakefile +++ b/Rakefile @@ -25,7 +25,7 @@ end hadolint_version = 'v2.10.0' # renovate: datasource=github-tags depName=aquasecurity/trivy -trivy_version = 'v0.29.2' +trivy_version = 'v0.30.1' namespace :docker do ci_image = 'cmur2/dyndnsd:ci'