From 6be1e5d65d73f1f05e5b0540bc3b2c7eaaa619a4 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 8 Oct 2024 05:16:49 +0000 Subject: [PATCH] Bump Syft CLI from 1.13.0 to 1.14.0 Bumps Syft CLI from 1.13.0 to 1.14.0. 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 78aab7d..4307aa5 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:1.13.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:1.14.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@1.13.0?arch=amd64" - sha256 = "4a664f0b6de1bb3cfebebcf8baea7560d3f4b7424130f1cc2075de746a3cc039" - source = "https://github.com/anchore/syft/archive/refs/tags/v1.13.0.tar.gz" - source-sha256 = "43fb68562bc731edff8e4e6576081dbe6c7e3e2f02d238e9af3e141ad1909b5e" + purl = "pkg:generic/anchore-syft@1.14.0?arch=amd64" + sha256 = "21653debfeccb278576ffdd85b5dbe8cd44fcb820cae71e887a6ac2efb399d37" + source = "https://github.com/anchore/syft/archive/refs/tags/v1.14.0.tar.gz" + source-sha256 = "7832241881e9882d742e284f7f71d1393e3ec358f1f0c14d128c3826f006bbf8" stacks = ["*"] - uri = "https://github.com/anchore/syft/releases/download/v1.13.0/syft_1.13.0_linux_amd64.tar.gz" - version = "1.13.0" + uri = "https://github.com/anchore/syft/releases/download/v1.14.0/syft_1.14.0_linux_amd64.tar.gz" + version = "1.14.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"