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
The exporter should create two layers - one for layers/config/sbom/cache/buildpack.id, the other for layers/config/sbom/cache/other.buildpack.id, and store them in the cache.
The io.buildpacks.lifecycle.cache.metadata label contains a list of buildpacks and their layers. The data for each buildpack should contain a SHA referencing the digest of the layer containing the boms for that buildpack.
The text was updated successfully, but these errors were encountered:
This issue have been automatically created from pull request buildpacks/rfcs#166.
Given for example the following file structure:
The exporter should create two layers - one for
layers/config/sbom/cache/buildpack.id
, the other forlayers/config/sbom/cache/other.buildpack.id
, and store them in the cache.The
io.buildpacks.lifecycle.cache.metadata
label contains a list of buildpacks and their layers. The data for each buildpack should contain a SHA referencing the digest of the layer containing the boms for that buildpack.The text was updated successfully, but these errors were encountered: