From 14315f722e15ddec4f58b2940ecf9c432ee484b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:30:24 +0000 Subject: [PATCH] trivy: Update to version 0.56.0 --- bucket/trivy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/trivy.json b/bucket/trivy.json index 8ede3a2508..a5dd260258 100644 --- a/bucket/trivy.json +++ b/bucket/trivy.json @@ -1,12 +1,12 @@ { - "version": "0.55.2", + "version": "0.56.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.55.2/trivy_0.55.2_windows-64bit.zip", - "hash": "286a7f1b185abacc26aa84bf3d1beff55881307d42dd72b04d48c4875d222f3d" + "url": "https://github.com/aquasecurity/trivy/releases/download/v0.56.0/trivy_0.56.0_windows-64bit.zip", + "hash": "9feb6e0716a0fa0e17ab1a5538c03ca640325dc169cb4f53593c89baa8443da6" } }, "bin": "trivy.exe",