From 135e0029d3603aa10a9abed5be378bd678b44627 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:25:54 +0000 Subject: [PATCH] trivy: Update to version 0.50.0 --- bucket/trivy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/trivy.json b/bucket/trivy.json index 594322471f..02a72fb2b9 100644 --- a/bucket/trivy.json +++ b/bucket/trivy.json @@ -1,12 +1,12 @@ { - "version": "0.49.1", + "version": "0.50.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.49.1/trivy_0.49.1_windows-64bit.zip", - "hash": "58d12b8d2a6db38caea97248f9d2afe51ecc54f7bddde197b6c9841637b03c4a" + "url": "https://github.com/aquasecurity/trivy/releases/download/v0.50.0/trivy_0.50.0_windows-64bit.zip", + "hash": "c09405910e66bb376f9422de71a95d5640e0c9112512be486b20bee7da937662" } }, "bin": "trivy.exe",