Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigAuditReportPlugin ¶ added in v0.9.0
func GetConfigAuditReportPlugin(_ starboard.BuildInfo, config starboard.ConfigData) (configauditreport.Plugin, error)
GetConfigAuditReportPlugin is a factory method that instantiates the configauditreport.Plugin for the specified starboard.ConfigData.
Starboard supports Polaris as the only configuration auditing tool.
You could add your own scanner by implementing the configauditreport.Plugin interface.
func GetVulnerabilityReportPlugin ¶
func GetVulnerabilityReportPlugin(buildInfo starboard.BuildInfo, config starboard.ConfigData) (vulnerabilityreport.Plugin, error)
GetVulnerabilityReportPlugin is a factory method that instantiates the vulnerabilityreport.Plugin for the specified starboard.ConfigData.
Starboard currently supports Trivy scanner in Standalone and ClientServer mode, and Aqua enterprise scanner.
You could add your own scanner by implementing the vulnerabilityreport.Plugin interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.