From b4df31a4c089df4f36e990f60127c2a442fa8c89 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 3 Aug 2022 05:39:34 +0000 Subject: [PATCH] Bump Syft CLI from 0.52.0 to 0.53.2 Bumps Syft CLI from 0.52.0 to 0.53.2. Signed-off-by: GitHub --- buildpack.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index d30aa36..0f86f3c 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.52.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.53.2:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.52.0" - sha256 = "3c4d17afb65a466ce01d7a1e2897aae1fc80b5d7945b07c27e6f5b9fc2c69441" + purl = "pkg:generic/anchore-syft@0.53.2" + sha256 = "4fab56e0145e77f6c8e46b57d669f81fa09b871944f17ffb3fb1a50a803d7336" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.52.0/syft_0.52.0_linux_amd64.tar.gz" - version = "0.52.0" + uri = "https://github.com/anchore/syft/releases/download/v0.53.2/syft_0.53.2_linux_amd64.tar.gz" + version = "0.53.2" [[metadata.dependencies.licenses]] type = "Apache-2.0"