From 08abc309d86d1e30c11c014303566117a1a85982 Mon Sep 17 00:00:00 2001 From: paketo-bot <62766270+paketo-bot@users.noreply.github.com> Date: Tue, 1 Aug 2023 01:28:54 -0700 Subject: [PATCH] Bump Syft CLI from 0.85.0 to 0.86.1 (#185) Bumps Syft CLI from 0.85.0 to 0.86.1. Signed-off-by: GitHub Co-authored-by: paketo-bot --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index c95a4ce..fc7264b 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,14 +32,14 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:anchore:syft:0.85.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.86.1:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.85.0" - sha256 = "2a92c69e1017e2bf3785886a8298ad2b94dda69f9f5623560999740986dd8420" + purl = "pkg:generic/anchore-syft@0.86.1" + sha256 = "6316bff6b9a40c893422ec4df12c7da6a200f7ca08842cccc39bf94cd69f28c8" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.85.0/syft_0.85.0_linux_amd64.tar.gz" - version = "0.85.0" + uri = "https://github.com/anchore/syft/releases/download/v0.86.1/syft_0.86.1_linux_amd64.tar.gz" + version = "0.86.1" [[metadata.dependencies.licenses]] type = "Apache-2.0"