From 2d387722f9166759718d4286e9c3a40bd206677b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:26:01 +0000 Subject: [PATCH] trivy: Update to version 0.54.1 --- bucket/trivy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/trivy.json b/bucket/trivy.json index 80e1302b78..0b3a178bfe 100644 --- a/bucket/trivy.json +++ b/bucket/trivy.json @@ -1,12 +1,12 @@ { - "version": "0.54.0", + "version": "0.54.1", "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.54.0/trivy_0.54.0_windows-64bit.zip", - "hash": "8a267feb6ce403b73312d3500f933eaced66c73d35af2f4b4808efd6dbd3dc57" + "url": "https://github.com/aquasecurity/trivy/releases/download/v0.54.1/trivy_0.54.1_windows-64bit.zip", + "hash": "133225579af67cc88616c2bfb75d78bb3535e2839bdf10c694cebb442d79e0bc" } }, "bin": "trivy.exe",