diff --git a/buildpack.toml b/buildpack.toml index 19ba7af..26e9d67 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -32,16 +32,16 @@ api = "0.7" pre-package = "scripts/build.sh" [[metadata.dependencies]] - cpes = ["cpe:2.3:a:anchore:syft:0.97.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.97.1:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.97.0" - sha256 = "c17c905a2b687c1dac3fb96d7d30bcd6fbec1bdb5662372d0d9e2f8536b7ce04" - source = "https://github.com/anchore/syft/archive/refs/tags/v0.97.0.tar.gz" - source-sha256 = "7a3207913e4f8d6c6ee3203c17f89bfa85d56dac98d08b4df0ec24ac4513973d" + purl = "pkg:generic/anchore-syft@0.97.1" + sha256 = "592e642bb795bb0f6d9c35f4da58774f9b40d1f8ece3ea0367c2dea27dced470" + source = "https://github.com/anchore/syft/archive/refs/tags/v0.97.1.tar.gz" + source-sha256 = "e9ef89f7497d7d4cddee0d1ad0fc193e081e911eafed494f9ab2c5995f777bd4" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.97.0/syft_0.97.0_linux_amd64.tar.gz" - version = "0.97.0" + uri = "https://github.com/anchore/syft/releases/download/v0.97.1/syft_0.97.1_linux_amd64.tar.gz" + version = "0.97.1" [[metadata.dependencies.licenses]] type = "Apache-2.0"