From 53863e99e0c7a4a96d5ab59afdb0d48baa23b81c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:33:04 +0000 Subject: [PATCH] syft: Update to version 0.90.0 --- bucket/syft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/syft.json b/bucket/syft.json index c1ffcee956..deee3c04d6 100644 --- a/bucket/syft.json +++ b/bucket/syft.json @@ -1,12 +1,12 @@ { - "version": "0.89.0", + "version": "0.90.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.89.0/syft_0.89.0_windows_amd64.zip", - "hash": "1a512c97b3fa504ad0b6c8c62660cfe980786a433a1582b460bd35005b36ceb2" + "url": "https://github.com/anchore/syft/releases/download/v0.90.0/syft_0.90.0_windows_amd64.zip", + "hash": "eaffd994f6c90ce39e7753f1cb48f5e61f7828b83dc8f27364490f02813d3645" } }, "bin": "syft.exe",