diff --git a/buildpack.toml b/buildpack.toml index a18ec29..bdac8fe 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.87.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.87.1:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.87.0" - sha256 = "9567007466ae6c5c893abd680258f8781b0709188fb0aab59eb1eb35c64ea6b6" + purl = "pkg:generic/anchore-syft@0.87.1" + sha256 = "1f6f5aa0bb5682f8db74cb5adf00fac9bddec40f6fcde808b71c43d3593e3cf5" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.87.0/syft_0.87.0_linux_amd64.tar.gz" - version = "0.87.0" + uri = "https://github.com/anchore/syft/releases/download/v0.87.1/syft_0.87.1_linux_amd64.tar.gz" + version = "0.87.1" [[metadata.dependencies.licenses]] type = "Apache-2.0"