diff --git a/buildpack.toml b/buildpack.toml index 82a835c..b44815a 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.41.1:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.46.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.41.1" - sha256 = "e4c92da3d6bda56c8b3027982b47e4b5bb5641d57763e7fb18e5db0653df7635" + purl = "pkg:generic/anchore-syft@0.46.0" + sha256 = "c9f3a01118916fb4cea58e5629af62f81da8ef45b0b2b30b9781cc95b371e742" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.41.1/syft_0.41.1_linux_amd64.tar.gz" - version = "0.41.1" + uri = "https://github.com/anchore/syft/releases/download/v0.46.0/syft_0.46.0_linux_amd64.tar.gz" + version = "0.46.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"