You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue have been automatically created from pull request buildpacks/rfcs#166.
A/C
Given for example the following file tree:
/layers
/config
/sbom
/launch
/buildpack.id
bom.cdx.json <- should be annotated with io.buildpacks.bom.buildpack.id (only) in the merged file
/cache-true-launch-true
bom.cdx.json <- should be annotated with io.buildpacks.bom.buildpack.id and io.buildpacks.bom.layer.name in the merged file
/build
/buildpack.id
bom.cdx.json <- should be annotated with io.buildpacks.bom.buildpack.id (only) in the merged file
/cache-true-launch-false
bom.cdx.json <- should be annotated with io.buildpacks.bom.buildpack.id and io.buildpacks.bom.layer.name in the merged file
The lifecycle should create a merged launch bom containing bom entries from /layers/config/sbom/launch and similarly for build. See Slack inquiry on whether the merged bom should live at /layers/config/sbom/launch/bom.cdx.json or /layers/config/launch/sbom/bom.cdx.json.
Note that this is only applicable to cdx files, as spdx does not have readily available tooling.
The text was updated successfully, but these errors were encountered:
This issue have been automatically created from pull request buildpacks/rfcs#166.
A/C
Given for example the following file tree:
The lifecycle should create a merged
launch
bom containing bom entries from/layers/config/sbom/launch
and similarly forbuild
. See Slack inquiry on whether the merged bom should live at/layers/config/sbom/launch/bom.cdx.json
or/layers/config/launch/sbom/bom.cdx.json
.Note that this is only applicable to
cdx
files, asspdx
does not have readily available tooling.The text was updated successfully, but these errors were encountered: