From ee877990fa3121bcceaed940bfb65f78bc9c6064 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 18 Aug 2022 05:34:33 +0000 Subject: [PATCH] Bump Syft CLI from 0.53.4 to 0.54.0 Bumps Syft CLI from 0.53.4 to 0.54.0. Signed-off-by: GitHub --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 4781244..8760e74 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.53.4:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.54.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.53.4" - sha256 = "2e7448aec817bcb009fb5969b2d6488bd667f061e5cc9129de6d931fdd4805b5" + purl = "pkg:generic/anchore-syft@0.54.0" + sha256 = "00794a0eafe3e86cf10e096fffd8f983551fc8585937deb4fc44203635f0b2ca" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.53.4/syft_0.53.4_linux_amd64.tar.gz" - version = "0.53.4" + uri = "https://github.com/anchore/syft/releases/download/v0.54.0/syft_0.54.0_linux_amd64.tar.gz" + version = "0.54.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"