From b40c6f8c304826c3507311ab356d43445d09da76 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 00:49:11 +0000 Subject: [PATCH] project: update aquasecurity/trivy to v0.25.4 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 69a46b0..26e9439 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.25.3' +trivy_version = 'v0.25.4' namespace :docker do ci_image = 'cmur2/dyndnsd:ci'