Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶ added in v0.18.2
type Option struct { option.GlobalOption option.ArtifactOption option.ImageOption option.ReportOption option.ConfigOption // For policy downloading NoProgress bool // We don't want to allow disabled analyzers to be passed by users, // but it differs depending on scanning modes. DisabledAnalyzers []analyzer.Type RemoteAddr string // this field is populated in Init() CustomHeaders http.Header // contains filtered or unexported fields }
Option holds the Trivy client options
Click to show internal directories.
Click to hide internal directories.