Skip to content

Commit

Permalink
Merge pull request #273 from paketo-buildpacks/update/buildpack/syft-cli
Browse files Browse the repository at this point in the history
Bump Syft CLI from 0.105.1 to 1.11.1
  • Loading branch information
anthonydahanne authored Sep 9, 2024
2 parents d243a13 + ed9dc91 commit c298f76
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:0.105.1:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:anchore:syft:1.11.1:*:*:*:*:*:*:*"]
id = "syft"
name = "Syft"
purl = "pkg:generic/anchore-syft@0.105.1?arch=amd64"
sha256 = "6a1b8a734a0939799239ba067895a7bc5ad57ac73c91bb197bed4d1d1705fbb1"
source = "https://github.com/anchore/syft/archive/refs/tags/v0.105.1.tar.gz"
source-sha256 = "dbef62943fe8f69e30982c7990b0b89cfe4fd409221697ddb8b7f861390241f7"
purl = "pkg:generic/anchore-syft@1.11.1?arch=amd64"
sha256 = "73855edbe791ef548e1b2b14034c1ceddfd80f7a9da9b4e94dc69e4eea5a12bd"
source = "https://github.com/anchore/syft/archive/refs/tags/v1.11.1.tar.gz"
source-sha256 = "2a998bc29b5a8a232056e5ea8bbdb2e17289732cbff119db50cac61c5f5d0def"
stacks = ["*"]
uri = "https://github.com/anchore/syft/releases/download/v0.105.1/syft_0.105.1_linux_amd64.tar.gz"
version = "0.105.1"
uri = "https://github.com/anchore/syft/releases/download/v1.11.1/syft_1.11.1_linux_amd64.tar.gz"
version = "1.11.1"

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

0 comments on commit c298f76

Please sign in to comment.