diff --git a/buildpack.toml b/buildpack.toml index af1605b..4fab618 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.82.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.83.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.82.0" - sha256 = "af0258801298b48667153c36dab5d947c98b957095d6c97068e8e0863690d668" + purl = "pkg:generic/anchore-syft@0.83.0" + sha256 = "694e97a454327403fb440544c41fefd83d37f88f43c4f9ae0b0d67a3562bd25c" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.82.0/syft_0.82.0_linux_amd64.tar.gz" - version = "0.82.0" + uri = "https://github.com/anchore/syft/releases/download/v0.83.0/syft_0.83.0_linux_amd64.tar.gz" + version = "0.83.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"