diff --git a/buildpack.toml b/buildpack.toml index 698ab2b..fb35d02 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.49.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.50.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.49.0" - sha256 = "fe84e30b0b4c2281e17536ef8899794f90a0882a33d1a54bbd256dde6691c232" + purl = "pkg:generic/anchore-syft@0.50.0" + sha256 = "ed1db7b2925b5e3a379fd49b2cf33e3caf4541863b93b7c12c2084c77cc46926" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.49.0/syft_0.49.0_linux_amd64.tar.gz" - version = "0.49.0" + uri = "https://github.com/anchore/syft/releases/download/v0.50.0/syft_0.50.0_linux_amd64.tar.gz" + version = "0.50.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"