Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + const AnalyzerName + func New(_ string, _ job_manager.IsConfig, logger *log.Entry, ...) job_manager.Job + type Analyzer struct + func (a *Analyzer) Run(ctx context.Context, sourceType utils.SourceType, userInput string) error + type Registry struct + func NewRegistry(registryFilePath string, logger *log.Entry) (*Registry, error) + func NewRegistryForMount(mountPath string, logger *log.Entry) (*Registry, error) + func (r *Registry) Close() error + func (r *Registry) GetBOM() (*cdx.BOM, error) + func (r *Registry) GetPlatform() (map[string]string, error) + func (r *Registry) GetSystemApps() ([]map[string]string, error) + func (r *Registry) GetUpdates() ([]string, error) + func (r *Registry) GetUsersApps() ([]map[string]string, error)