Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeSinglePath = "single-path" ModeInputFile = "input-file" )
Mode constants
Variables ¶
View Source
var AnalyseCmd = &cobra.Command{ Use: "analyse --scanner/-p PLUGIN_NAME [--config/-c PATH] [--format/-f OUTPUT_FORMAT] [-j THREADS_NUMBER, default=1] {--input-file/-i PATH | PATH} -- [args...]", SilenceUsage: true, DisableFlagsInUseLine: true, Example: exampleAnalyseUsage, Short: "Provides a top-level interface with orchestration for running a specified scanner", RunE: runAnalyseCommand, }
AnalyseCmd represents the analyse command.
View Source
var (
AppConfig *config.Config
)
Global variables for configuration and command arguments
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.