Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2023 Changes in this version + type Config struct + Exploits exploits.Config + InfoFinder infofinderTypes.Config + Malware malware.Config + Misconfiguration misconfigurationTypes.Config + Rootkits rootkits.Config + SBOM sbom.Config + Secrets secrets.Config + Vulnerabilities vulnerabilities.Config + func NewConfig() *Config + func SetMountPointsForFamiliesInput(mountPoints []string, familiesConfig *Config) *Config + type FamilyNotifier interface + FamilyFinished func(ctx context.Context, res FamilyResult) error + FamilyStarted func(context.Context, types.FamilyType) error + type FamilyResult struct + Err error + FamilyType types.FamilyType + Result interfaces.IsResults + type Manager struct + func New(config *Config) *Manager + func (m *Manager) Run(ctx context.Context, notifier FamilyNotifier) []error + type RunErrors map[types.FamilyType]error