Open buildpack-bot opened 3 years ago
Related cycloneDX issue here: https://github.com/CycloneDX/cyclonedx-go/issues/9 Let's see if they can provide an easy API method for us to do the merging.
Related PR : https://github.com/CycloneDX/cyclonedx-go/pull/12
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.