58 lines
2.1 KiB
TOML
58 lines
2.1 KiB
TOML
# Copyright 2018-2021 the original author or authors.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# https://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
api = "0.7"
|
|
|
|
[buildpack]
|
|
description = "A Cloud Native Buildpack that contributes the Syft CLI which can be used to generate SBoM information"
|
|
homepage = "https://github.com/paketo-buildpacks/syft"
|
|
id = "paketo-buildpacks/syft"
|
|
keywords = ["bom", "sbom", "bill of materials", "syft"]
|
|
name = "Paketo Buildpack for Syft"
|
|
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]
|
|
version = "1.41.0"
|
|
|
|
[[buildpack.licenses]]
|
|
type = "Apache-2.0"
|
|
uri = "https://github.com/paketo-buildpacks/syft/blob/main/LICENSE"
|
|
|
|
[metadata]
|
|
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
|
|
pre-package = "scripts/build.sh"
|
|
|
|
[[metadata.dependencies]]
|
|
cpes = ["cpe:2.3:a:anchore:syft:0.98.0:*:*:*:*:*:*:*"]
|
|
id = "syft"
|
|
name = "Syft"
|
|
purl = "pkg:generic/anchore-syft@0.98.0"
|
|
sha256 = "2340210ba861481f269fcebf910cb4ea888d6ffc44a93758db227d6f1e555977"
|
|
source = "https://github.com/anchore/syft/archive/refs/tags/v0.98.0.tar.gz"
|
|
source-sha256 = "11962d7df9c5f2a6a8dc2839ff5651f4d9a69be90862fec4d0b947f6378ee5cf"
|
|
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
|
|
uri = "file:///cnb/buildpacks/paketo-buildpacks_syft/1.41.0/syft_0.98.0_linux_amd64.tar.gz"
|
|
#uri = "https://github.com/anchore/syft/releases/download/v0.98.0/syft_0.98.0_linux_amd64.tar.gz"
|
|
version = "0.98.0"
|
|
|
|
[[metadata.dependencies.licenses]]
|
|
type = "Apache-2.0"
|
|
uri = "https://github.com/anchore/syft/blob/main/LICENSE"
|
|
|
|
[[stacks]]
|
|
id = "io.buildpacks.stacks.bionic"
|
|
|
|
[[stacks]]
|
|
id = "io.paketo.stacks.tiny"
|
|
|
|
[[stacks]]
|
|
id = "*" |