diff --git a/buildpack.toml b/buildpack.toml index 1cc77f7..a8284a0 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.99.0:*:*:*:*:*:*:*"] + cpes = ["cpe:2.3:a:anchore:syft:0.100.0:*:*:*:*:*:*:*"] id = "syft" name = "Syft" - purl = "pkg:generic/anchore-syft@0.99.0" - sha256 = "e18580d1d55370431503a6dc17082e53ce0195cec498d025c09e3a201f492911" - source = "https://github.com/anchore/syft/archive/refs/tags/v0.99.0.tar.gz" - source-sha256 = "4abf63a8377c3422bb94d44ccaff0cac66c64ee74b0c4c77769360fb72a2cf71" + purl = "pkg:generic/anchore-syft@0.100.0" + sha256 = "0b9db5e79568dfe846abec744ff3f3e4d6aeef1a2e8c84a5cfe355c4d05e2b4a" + source = "https://github.com/anchore/syft/archive/refs/tags/v0.100.0.tar.gz" + source-sha256 = "2dec7f010f2d791702e87ed2642f20de93851aab4f98f3a72fb9b1c7902fc235" stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"] - uri = "https://github.com/anchore/syft/releases/download/v0.99.0/syft_0.99.0_linux_amd64.tar.gz" - version = "0.99.0" + uri = "https://github.com/anchore/syft/releases/download/v0.100.0/syft_0.100.0_linux_amd64.tar.gz" + version = "0.100.0" [[metadata.dependencies.licenses]] type = "Apache-2.0"