Documentation
¶
Index ¶
- func AddCommonArgs(cmd *cobra.Command)
- func AddPlaceholderArgs(cmd *cobra.Command)
- func ExportJSON(report *report.Reporter) ([]byte, error)
- func ExportYAML(report *report.Reporter) ([]byte, error)
- func GetCookies() []string
- func GetExcludeScans() []string
- func GetHeaders() []string
- func GetIncludeScans() []string
- func GetOutputFormat() string
- func GetOutputTransport() string
- func GetProxy() string
- func GetRateLimit() string
- func GetSeverityThreshold() float64
- func NewHTTPClientFromArgs(rateLimitArg string, proxyArg string, headersArg []string, ...) (*request.Client, error)
- func NewProgressBar(max int) *progressbar.ProgressBar
- func PrintOrExportReport(format string, transport string, report *report.Reporter) error
- func PrintTable(report *report.Reporter)
- func TrackScanReport(ctx context.Context, tracer trace.Tracer, reporter *report.Reporter)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommonArgs ¶
func AddPlaceholderArgs ¶
func GetCookies ¶
func GetCookies() []string
func GetExcludeScans ¶ added in v0.7.3
func GetExcludeScans() []string
func GetHeaders ¶
func GetHeaders() []string
func GetIncludeScans ¶ added in v0.7.3
func GetIncludeScans() []string
func GetOutputFormat ¶ added in v0.8.0
func GetOutputFormat() string
func GetOutputTransport ¶ added in v0.8.0
func GetOutputTransport() string
func GetRateLimit ¶
func GetRateLimit() string
func GetSeverityThreshold ¶ added in v0.8.0
func GetSeverityThreshold() float64
func NewHTTPClientFromArgs ¶
func NewProgressBar ¶
func NewProgressBar(max int) *progressbar.ProgressBar
func PrintOrExportReport ¶ added in v0.8.0
func PrintTable ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.