Skip to content

Commit

Permalink
Merge pull request #49 from paketo-buildpacks/update/buildpack/syft-cli
Browse files Browse the repository at this point in the history
Bump Syft CLI from 0.46.0 to 0.46.1
  • Loading branch information
pivotal-david-osullivan authored May 17, 2022
2 parents 4cef1d5 + 8b01e4b commit 2fe399b
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.46.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:anchore:syft:0.46.1:*:*:*:*:*:*:*"]
id = "syft"
name = "Syft"
purl = "pkg:generic/[email protected].0"
sha256 = "c9f3a01118916fb4cea58e5629af62f81da8ef45b0b2b30b9781cc95b371e742"
purl = "pkg:generic/[email protected].1"
sha256 = "5a3b7641d446334b8d27b88331269d122cbf16372293962272ae191889fff020"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/anchore/syft/releases/download/v0.46.0/syft_0.46.0_linux_amd64.tar.gz"
version = "0.46.0"
uri = "https://github.com/anchore/syft/releases/download/v0.46.1/syft_0.46.1_linux_amd64.tar.gz"
version = "0.46.1"

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

0 comments on commit 2fe399b

Please sign in to comment.