Closed philroche closed 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.
hasFiles
package
files
New option added --include-installed-files if you want these package files listed
--include-installed-files
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
@toabctl Now ready for re-review with your requested changes made.
feat: Add support for listing all package files like syft does
This adds a
hasFiles
to eachpackage
entry and a newfiles
list with details on each of these files.New option added
--include-installed-files
if you want these package files listed