From ed9dc91a4d4741955885b20989b60dbb382b8759 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 9 Sep 2024 19:02:31 +0000 Subject: [PATCH] Bump Syft CLI from 0.105.1 to 1.11.1 Bumps Syft CLI from 0.105.1 to 1.11.1. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 711a4fa..5b05afe 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.105.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:1.11.1:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.105.1?arch=amd64" - sha256 = "6a1b8a734a0939799239ba067895a7bc5ad57ac73c91bb197bed4d1d1705fbb1" - source = "https://github.com/anchore/syft/archive/refs/tags/v0.105.1.tar.gz" - source-sha256 = "dbef62943fe8f69e30982c7990b0b89cfe4fd409221697ddb8b7f861390241f7" + purl = "pkg:generic/anchore-syft@1.11.1?arch=amd64" + sha256 = "73855edbe791ef548e1b2b14034c1ceddfd80f7a9da9b4e94dc69e4eea5a12bd" + source = "https://github.com/anchore/syft/archive/refs/tags/v1.11.1.tar.gz" + source-sha256 = "2a998bc29b5a8a232056e5ea8bbdb2e17289732cbff119db50cac61c5f5d0def" stacks = ["*"] - uri = "https://github.com/anchore/syft/releases/download/v0.105.1/syft_0.105.1_linux_amd64.tar.gz" - version = "0.105.1" + uri = "https://github.com/anchore/syft/releases/download/v1.11.1/syft_1.11.1_linux_amd64.tar.gz" + version = "1.11.1" [[metadata.dependencies.licenses]] type = "Apache-2.0"