From ecf425dd61e35f8ac38a871fa8f74d7104066a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 06:57:44 +0000 Subject: [PATCH] project: update aquasecurity/trivy to v0.44.1 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index bc25ffa..5462786 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.44.0' +trivy_version = 'v0.44.1' namespace :docker do ci_image = 'cmur2/dyndnsd:ci'