Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigOpt = "config" OutputFormatOpt = "output" PluginDirOpt = "plugin-dir" JSONOutputFormat = "json" HumanReadableOutputFormat = "human-readable" )
View Source
const DefaultConfigFile = ".osdk-scorecard"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶ added in v0.9.0
type Plugin interface { Name() string Run() scapiv1alpha1.ScorecardOutput }
Click to show internal directories.
Click to hide internal directories.