Versions in this module Expand all Collapse all v0 v0.8.0 Jan 7, 2021 v0.8.0-rc1 Jan 7, 2021 v0.7.1 Dec 5, 2020 v0.7.0 Dec 2, 2020 v0.7.0-rc1 Dec 2, 2020 v0.6.0 Oct 14, 2020 Changes in this version + 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(version string, baseURL string, credentials client.UsernameAndPassword) *Scanner + func (s *Scanner) Scan(imageRef string) (report v1alpha1.VulnerabilityScanResult, err error) + type Vulnerability struct + AquaScore float32 + AquaScoringSystem string + AquaSeverity string + Description string + FixVersion 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 v0.6.0-alpha.2 Oct 13, 2020 v0.6.0-alpha.1 Oct 12, 2020