From 17fc058f2d86407ef6ec5c2dbf76734ab4a5f5f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:23:54 +0000 Subject: [PATCH] syft: Update to version 0.87.1 --- bucket/syft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/syft.json b/bucket/syft.json index b9b9511af9..0d0cf52d61 100644 --- a/bucket/syft.json +++ b/bucket/syft.json @@ -1,12 +1,12 @@ { - "version": "0.87.0", + "version": "0.87.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.87.0/syft_0.87.0_windows_amd64.zip", - "hash": "2fe288c607b1d2febac30b5997b76aa83b40694b8af7af6690d9f64385212f3c" + "url": "https://github.com/anchore/syft/releases/download/v0.87.1/syft_0.87.1_windows_amd64.zip", + "hash": "ec89bf68571238a67b83c26a32371b67efa6daeaa819d67a9f281a69cb2e0cd0" } }, "bin": "syft.exe",