Versions in this module Expand all Collapse all v0 v0.15.15 Oct 9, 2023 Changes in this version + type Command string + const Filesystem + const Image + type Options struct + BaseURL string + Command string + Credentials client.UsernameAndPassword + RegistryName string + Version string + type Resource struct + Name string + Path string + Type ResourceType + Version string + type ResourceScan struct + Resource Resource + Scanned bool + Vulnerabilities []Vulnerability + type ResourceType int + const Library + const Package + type ScanOptions struct + Dockerless bool + EnableFastScanning bool + IncludeSiblingAdvisories bool + ManualPullFallback bool + SaveAdHockScans bool + ScanFiles bool + ScanMalware bool + SuggestOSUpgrade bool + UseCVSS3 bool + type ScanReport struct + Digest string + Image string + InitiatingUser string + OS string + PullName string + Registry string + Resources []ResourceScan + ScanOptions ScanOptions + Summary VulnerabilitySummary + Version string + Warnings []Warning + type Scanner struct + func NewScanner(options Options) *Scanner + func (s *Scanner) Scan(imageRef string) (report v1alpha1.VulnerabilityReportData, err error) + type Vulnerability struct + Description string + FixVersion string + KhulnasoftScore float32 + KhulnasoftScoringSystem string + KhulnasoftSeverity string + NVDScore float32 + NVDScoreV3 float32 + NVDSeverity string + NVDSeverityV3 string + NVDURL string + Name string + VendorSeverity string + VendorSeverityV3 string + VendorURL string + type VulnerabilitySummary struct + Critical int + High int + Low int + Malware int + Medium int + Negligible int + Sensitive int + Total int + type Warning struct