From e300b68fbfcaf079567c53b88c6620f02544f3b0 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 8 Nov 2023 05:12:51 +0000 Subject: [PATCH] Bump Syft CLI from 0.94.0 to 0.95.0 Bumps Syft CLI from 0.94.0 to 0.95.0. Signed-off-by: GitHub --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index e350e53..c9d25c3 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,16 +32,16 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:anchore:syft:0.94.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.95.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.94.0" - sha256 = "a18f10ba6add219b2680687450869db3c6a8b71e68ca6ae3925f9e53964cacbd" - source = "https://github.com/anchore/syft/archive/refs/tags/v0.94.0.tar.gz" - source-sha256 = "379f898c73a35bdc876f47b9c042bf2382000d99c0f9bdd16c2f681ff5081fab" + purl = "pkg:generic/anchore-syft@0.95.0" + sha256 = "437ce8e8f23176a88f8ad05a6252dc417081a4569c921ddbe6241c9873da8cba" + source = "https://github.com/anchore/syft/archive/refs/tags/v0.95.0.tar.gz" + source-sha256 = "bdf4866ee53ac0209b0b8768a147e9c79bfcc6e1c788a421f84ede8a7aa4f7bc" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.94.0/syft_0.94.0_linux_amd64.tar.gz" - version = "0.94.0" + uri = "https://github.com/anchore/syft/releases/download/v0.95.0/syft_0.95.0_linux_amd64.tar.gz" + version = "0.95.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"