Skip to content

Commit

Permalink
Merge pull request #25 from paketo-buildpacks/update/buildpack/syft-cli
Browse files Browse the repository at this point in the history
Bump Syft CLI from 0.35.1 to 0.36.0
  • Loading branch information
pivotal-david-osullivan authored Jan 21, 2022
2 parents 02a6a04 + 7bca326 commit 4d69935
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:anchore:syft:0.35.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:anchore:syft:0.36.0:*:*:*:*:*:*:*"]
id = "syft"
name = "Syft"
purl = "pkg:generic/anchore-syft@0.35.1"
sha256 = "ee2e0f6f199bfa361de2e85ecd66c33a03623313923441c1d2bee3917d80dfb0"
purl = "pkg:generic/anchore-syft@0.36.0"
sha256 = "5a69df410597d8649071b3419c17829f60d9f6f00edc8856b681842c2151f83c"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/anchore/syft/releases/download/v0.35.1/syft_0.35.1_linux_amd64.tar.gz"
version = "0.35.1"
uri = "https://github.com/anchore/syft/releases/download/v0.36.0/syft_0.36.0_linux_amd64.tar.gz"
version = "0.36.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
Expand Down

0 comments on commit 4d69935

Please sign in to comment.