rad-security / kbom

KBOM - Kubernetes Bill of Materials
Apache License 2.0
301 stars 22 forks source link

Add resource filtering functionality for KBOM generation #133

Open tedd-E opened 1 month ago

tedd-E commented 1 month ago

Scenario

If developers need to focus on specific namespaces or resources rather than the entire cluster, the KBOM tool can produce a lot of unnecessary information, making it harder to find the relevant data. By adding an option to filter the KBOM for specific namespaces or resources, developers can easily focus the specific areas of the cluster they are interested in.

eshepelyuk commented 2 weeks ago

namespace filtering would be a great addition