Skip to content

Commit

Permalink
Merge pull request #103 from paketo-buildpacks/update/buildpack/syft-cli
Browse files Browse the repository at this point in the history
Bump Syft CLI from 0.60.2 to 0.60.3
  • Loading branch information
dmikusa authored Nov 4, 2022
2 parents 2827460 + fac4167 commit 0641093
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.60.2:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:anchore:syft:0.60.3:*:*:*:*:*:*:*"]
id = "syft"
name = "Syft"
purl = "pkg:generic/anchore-syft@0.60.2"
sha256 = "63830ddc4ab51c07da230334b4fc46e638aea026121f54d35434bf5051d005a3"
purl = "pkg:generic/anchore-syft@0.60.3"
sha256 = "5459d924a420877f171832fc082dec2e9c87647b433810f2661001b9db070621"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://github.com/anchore/syft/releases/download/v0.60.2/syft_0.60.2_linux_amd64.tar.gz"
version = "0.60.2"
uri = "https://github.com/anchore/syft/releases/download/v0.60.3/syft_0.60.3_linux_amd64.tar.gz"
version = "0.60.3"

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

0 comments on commit 0641093

Please sign in to comment.