diff --git a/buildpack.toml b/buildpack.toml index 7a8ab9c..209dab6 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.84.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.84.1:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.84.0" - sha256 = "cca9c05614667fe6d5de6362417754c522aeccadcb2ccfb9302f3dd7e82bdddc" + purl = "pkg:generic/anchore-syft@0.84.1" + sha256 = "05ebad9167254f03447103efea175d636c3cd27d0da7f79972ca78adc7c442f9" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.84.0/syft_0.84.0_linux_amd64.tar.gz" - version = "0.84.0" + uri = "https://github.com/anchore/syft/releases/download/v0.84.1/syft_0.84.1_linux_amd64.tar.gz" + version = "0.84.1" [[metadata.dependencies.licenses]] type = "Apache-2.0"