From 27ba690bca9b3f5341639b04968f0a0191ab3f2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:26:37 +0000 Subject: [PATCH] syft: Update to version 0.71.0 --- bucket/syft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/syft.json b/bucket/syft.json index a9bfd13628..4affdc59a2 100644 --- a/bucket/syft.json +++ b/bucket/syft.json @@ -1,12 +1,12 @@ { - "version": "0.70.0", + "version": "0.71.0", "description": "A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.", "homepage": "https://github.com/anchore/syft", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/anchore/syft/releases/download/v0.70.0/syft_0.70.0_windows_amd64.zip", - "hash": "e30b9d1164aec11867c942f6fdbca0d610d0cb7f75283fd3c1cd3c9cfd265878" + "url": "https://github.com/anchore/syft/releases/download/v0.71.0/syft_0.71.0_windows_amd64.zip", + "hash": "b0d332fb18027147a8ec97256490da74aa094da63e4b7f737b2cbffec196d075" } }, "bin": "syft.exe",