From 308651877e6b61ab6dca6b4c9f28878fb26e4128 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 7 Oct 2024 05:24:12 +0000 Subject: [PATCH] Bump Syft CLI from 1.12.2 to 1.13.0 Bumps Syft CLI from 1.12.2 to 1.13.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 107b478..97d7fe7 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.12.2:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:1.13.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@1.12.2?arch=amd64" - sha256 = "a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c" - source = "https://github.com/anchore/syft/archive/refs/tags/v1.12.2.tar.gz" - source-sha256 = "457b9c784518cfb599cdc71e14f368a715065bcc2e476217e877ab278269ec26" + 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" stacks = ["*"] - uri = "https://github.com/anchore/syft/releases/download/v1.12.2/syft_1.12.2_linux_amd64.tar.gz" - version = "1.12.2" + uri = "https://github.com/anchore/syft/releases/download/v1.13.0/syft_1.13.0_linux_amd64.tar.gz" + version = "1.13.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"