Skip to content

Allow package filtering  #4

@ivanayov

Description

@ivanayov

A proposal by @puerco.

Currently the sbom-composer adds all packages from micro SBOMs to the final document.

We would like to support something like:

compose --exclude-package <package_name>

or via the config.yaml:

excludedPackages:
  - package1
  - package2
  ...

What other elements should be allowed for filtering?

  • Packages are the bare minimum
  • If a package is excluded from the composed doc, all elements it's related to should be excluded as well
  • Others?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions