canonical / cpc-sbom

CPC maintained tool for generating SBOM for cloud images
GNU General Public License v3.0
7 stars 0 forks source link

Feature/add support for listing all package files #5

Closed philroche closed 1 year ago

philroche commented 1 year ago

feat: Add support for listing all package files like syft does

This adds a hasFiles to each package entry and a new files list with details on each of these files.

New option added --include-installed-files if you want these package files listed

philroche commented 1 year ago

See https://github.com/philroche/cpc-sbom/tree/feature/add-support-for-listing-all-package-files/demo for the update demo and example SPDX SBOMs

philroche commented 1 year ago

@toabctl Now ready for re-review with your requested changes made.