From f9e5f24c28d7b8275349b40fefa6ec76ae9ac671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:33:17 +0000 Subject: [PATCH] syft: Update to version 0.101.1 --- bucket/syft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/syft.json b/bucket/syft.json index 504b08f3f1..7c383e7038 100644 --- a/bucket/syft.json +++ b/bucket/syft.json @@ -1,12 +1,12 @@ { - "version": "0.101.0", + "version": "0.101.1", "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.101.0/syft_0.101.0_windows_amd64.zip", - "hash": "8a0facfee157b674ac27f58d7d9ec6fb985bb4bbb0c69610d275dce7fb507dae" + "url": "https://github.com/anchore/syft/releases/download/v0.101.1/syft_0.101.1_windows_amd64.zip", + "hash": "828cc0a4eb96ef8646d4477acc6c93d97ec69a7ca2281a303cd99be21342c9d8" } }, "bin": "syft.exe",