Skip to content

Commit

Permalink
Merge pull request #299 from paketo-buildpacks/update/buildpack/syft-cli
Browse files Browse the repository at this point in the history
Bump Syft CLI from 1.18.0 to 1.18.1
  • Loading branch information
dmikusa authored Dec 16, 2024
2 parents 2aaab7a + 29cb269 commit 7586177
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:anchore:syft:1.18.0:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:anchore:syft:1.18.1:*:*:*:*:*:*:*"]
id = "syft"
name = "Syft"
purl = "pkg:generic/[email protected].0?arch=amd64"
sha256 = "0b6fd1e0dd5b00b19585e5cde8e1c1f4ef60dc8fba8b41fab55f00852a2fbb8d"
source = "https://github.com/anchore/syft/archive/refs/tags/v1.18.0.tar.gz"
source-sha256 = "293c69b36f1766764030fc9ae733cf4cf2a979d0647ff97295d0df61b37be4ae"
purl = "pkg:generic/[email protected].1?arch=amd64"
sha256 = "066c251652221e4d44fcc4d115ce3df33a91769da38c830a8533199db2f65aab"
source = "https://github.com/anchore/syft/archive/refs/tags/v1.18.1.tar.gz"
source-sha256 = "b7237b416c523fba55e754f467608087341e41768f569110e5cd10b2e316d717"
stacks = ["*"]
uri = "https://github.com/anchore/syft/releases/download/v1.18.0/syft_1.18.0_linux_amd64.tar.gz"
version = "1.18.0"
uri = "https://github.com/anchore/syft/releases/download/v1.18.1/syft_1.18.1_linux_amd64.tar.gz"
version = "1.18.1"

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

0 comments on commit 7586177

Please sign in to comment.