Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerJson ¶
type ParsedData ¶
type RpmFeaturesDetector ¶
type RpmFeaturesDetector struct{}
RpmFeaturesDetector implements FeaturesDetector and detects rpm packages It requires the "rpm" binary to be in the PATH
func (*RpmFeaturesDetector) Detect ¶
func (detector *RpmFeaturesDetector) Detect(namespace string, files map[string]*detectors.FeatureFile, path string) ([]detectors.FeatureVersion, error)
Detect detects packages using var/lib/rpm/Packages from the input data
func (*RpmFeaturesDetector) GetRequiredFiles ¶
func (detector *RpmFeaturesDetector) GetRequiredFiles() []string
GetRequiredFiles returns the list of files required for Detect, without leading /
type RpmsData ¶
type RpmsData struct { CpeIds []string `json:"cpe_ids"` ParsedData ParsedData `json:"parsed_data"` }
type RpmsNvrData ¶
type RpmsNvrData struct {
Data []RpmsData
}
Click to show internal directories.
Click to hide internal directories.