Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow package filtering #4

Open
ivanayov opened this issue Sep 20, 2022 · 0 comments
Open

Allow package filtering #4

ivanayov opened this issue Sep 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ivanayov
Copy link
Contributor

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?
@ivanayov ivanayov added the enhancement New feature or request label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant