paketo-buildpacks / pipenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conform to Paketo RFC0038: Generate SBOM on filesystem as well as label metadata

robdimsdale opened this issue · comments

To implement Paketo RFC0038, this buildpack will need to store SBOM information the filesystem in addition to the layer metadata. The RFC outlines what these files are and what they should contain.

See also paketo-buildpacks/python#399.

See the nodejs buildpack integration tests for an example on how to test this.

@paketo-buildpacks/python-maintainers can you assign this to me please?

Update: we will wait for first-class support in pack (and hence occam) before implementing this. We will support both the metadata/label format and the filesystem format via packit/v2.

Marking this as blocked until occam testing framework is available.

This is now unblocked as the requisite features are available in packit.

See the nodejs buildpack integration tests for an example on how to test this.