From 9541d531885dd491404c14b04955f3cbd148a235 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:28:52 +0000 Subject: [PATCH] trivy: Update to version 0.52.0 --- bucket/trivy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/trivy.json b/bucket/trivy.json index d9f9685c89..7d4112157c 100644 --- a/bucket/trivy.json +++ b/bucket/trivy.json @@ -1,12 +1,12 @@ { - "version": "0.51.4", + "version": "0.52.0", "description": "Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more", "homepage": "https://trivy.dev", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/aquasecurity/trivy/releases/download/v0.51.4/trivy_0.51.4_windows-64bit.zip", - "hash": "194dfacd41a55d1acf60477a04603f2917fb0b78cf30c7f23a2a9aa03495ef8c" + "url": "https://github.com/aquasecurity/trivy/releases/download/v0.52.0/trivy_0.52.0_windows-64bit.zip", + "hash": "4c49d649f782ad40e3ac3316b35fc9dc1c44ac0ef9c45ce71799fd68aa4c2e0e" } }, "bin": "trivy.exe",