Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigtestCmd ¶
type ConfigtestCmd struct {
// contains filtered or unexported fields
}
ConfigtestCmd is Subcommand
func (*ConfigtestCmd) Execute ¶
func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
func (*ConfigtestCmd) SetFlags ¶
func (p *ConfigtestCmd) SetFlags(f *flag.FlagSet)
SetFlags set flag
type DiscoverCmd ¶
type DiscoverCmd struct { }
DiscoverCmd is Subcommand of host discovery mode
func (*DiscoverCmd) Execute ¶
func (p *DiscoverCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type HistoryCmd ¶
type HistoryCmd struct{}
HistoryCmd is Subcommand of list scanned results
func (*HistoryCmd) Execute ¶
func (p *HistoryCmd) Execute(_ context.Context, _ *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type ReportCmd ¶
type ReportCmd struct {
// contains filtered or unexported fields
}
ReportCmd is subcommand for reporting
func (*ReportCmd) Execute ¶
func (p *ReportCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type SaaSCmd ¶ added in v0.13.9
type SaaSCmd struct {
// contains filtered or unexported fields
}
SaaSCmd is subcommand for FutureVuls
func (*SaaSCmd) Execute ¶ added in v0.13.9
func (p *SaaSCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type ScanCmd ¶
type ScanCmd struct {
// contains filtered or unexported fields
}
ScanCmd is Subcommand of host discovery mode
func (*ScanCmd) Execute ¶
func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type ServerCmd ¶
type ServerCmd struct {
// contains filtered or unexported fields
}
ServerCmd is subcommand for server
func (*ServerCmd) Execute ¶
func (p *ServerCmd) Execute(_ context.Context, _ *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
Click to show internal directories.
Click to hide internal directories.