Documentation
¶
Index ¶
Constants ¶
View Source
const ( NodeNameMetadataKey = "kubescape.io/node-name" ScannerMemoryLimitAnnotation = "kubescape.io/scanner-memory-limit" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SbomManager ¶
type SbomManager struct {
// contains filtered or unexported fields
}
func CreateSbomManager ¶
func CreateSbomManager(ctx context.Context, cfg config.Config, socketPath string, storageClient storage.SbomClient, k8sObjectCache objectcache.K8sObjectCache, scannerClient sbomscanner.SBOMScannerClient) (*SbomManager, error)
func (*SbomManager) ContainerCallback ¶
func (s *SbomManager) ContainerCallback(notif containercollection.PubSubEvent)
Click to show internal directories.
Click to hide internal directories.