Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDockerOption ¶
func GetDockerOption(timeout time.Duration) (types.DockerOption, error)
Types ¶
type DetectedVulnerability ¶ added in v0.2.0
type DetectedVulnerability struct {
VulnerabilityID string `json:",omitempty"`
PkgName string `json:",omitempty"`
InstalledVersion string `json:",omitempty"`
FixedVersion string `json:",omitempty"`
Layer ftypes.Layer `json:",omitempty"`
SeveritySource string `json:",omitempty"`
types.Vulnerability
}
type DockerConfig ¶
Click to show internal directories.
Click to hide internal directories.