From 3de6fe6c1ae3a9848f24e44783de24219aef6952 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:25:36 +0000 Subject: [PATCH] trivy: Update to version 0.45.1 --- bucket/trivy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/trivy.json b/bucket/trivy.json index d7485ef08c..2c7c50536f 100644 --- a/bucket/trivy.json +++ b/bucket/trivy.json @@ -1,12 +1,12 @@ { - "version": "0.45.0", + "version": "0.45.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.45.0/trivy_0.45.0_windows-64bit.zip", - "hash": "3ed7001daf525bcd6035f334afb4331c0457d026e47df8f9a0207bfc27498f4f" + "url": "https://github.com/aquasecurity/trivy/releases/download/v0.45.1/trivy_0.45.1_windows-64bit.zip", + "hash": "9b3d22ff61db3f4236c2875bb505819741c187b24e447028bc45d1455ab2157e" } }, "bin": "trivy.exe",