sbom-operator icon indicating copy to clipboard operation
sbom-operator copied to clipboard

Feature Request: use ConfigMaps as an additional storage for SBOMs

Open developer-guy opened this issue 2 years ago • 0 comments

We (w/@dentrax) thought we could store SBOMs in a ConfigMap within the same cluster, so we should create a ConfigMap per container. One drawback of this approach would be the size limit of the ConfigMaps because Kubernetes allows us to store only 1MB of data within the ConfigMap.

In addition to the idea, Falco announced its plugin system that allows us to create plugins to extend Falco's data sources, so we thought we could use SBOMs as input for Falco. We should develop a plugin to consume SBOns stored in ConfigMaps and apply rules on top of them.

developer-guy avatar Jun 02 '22 12:06 developer-guy