docker / sbom-cli-plugin

Plugin for Docker CLI to support SBOM creation using Syft
Apache License 2.0
154 stars 15 forks source link

Output filters #16

Open fedoxcg opened 2 years ago

fedoxcg commented 2 years ago

Will it be possible to filter by package type ?

wagoodman commented 2 years ago

With this first cut of docker sbom we intentionally kept the user surface area as small as possible. Right now it isn't possible to do this via a docker sbom configuration, but we are interested in adding configurable catalogers in the upstream tool syft. There are a couple PRs open now that would address this in syft, but we're looking for feedback about desired features in docker sbom before including them.