From 13d7b9a503ac1b28caf1f4e1250394901a883af6 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 13 Jul 2023 05:14:25 +0000 Subject: [PATCH] Bump Syft CLI from 0.84.1 to 0.85.0 Bumps Syft CLI from 0.84.1 to 0.85.0. Signed-off-by: GitHub --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 209dab6..c95a4ce 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.84.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.85.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.84.1" - sha256 = "05ebad9167254f03447103efea175d636c3cd27d0da7f79972ca78adc7c442f9" + purl = "pkg:generic/anchore-syft@0.85.0" + sha256 = "2a92c69e1017e2bf3785886a8298ad2b94dda69f9f5623560999740986dd8420" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.84.1/syft_0.84.1_linux_amd64.tar.gz" - version = "0.84.1" + uri = "https://github.com/anchore/syft/releases/download/v0.85.0/syft_0.85.0_linux_amd64.tar.gz" + version = "0.85.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"