Documentation
¶
Index ¶
- func AddCommonArgs(cmd *cobra.Command)
- func AddPlaceholderArgs(cmd *cobra.Command)
- func ClearValues()
- func ExportJSON(report *report.Reporter) ([]byte, error)
- func ExportYAML(report *report.Reporter) ([]byte, error)
- func GetAuthUser() string
- func GetCookies() []string
- func GetExcludeScans() []string
- func GetHeaders() []string
- func GetIncludeScans() []string
- func GetNoProgress() bool
- func GetProxy() string
- func GetRateLimit() string
- func GetReportFormat() string
- func GetReportTransport() 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommonArgs ¶
func AddPlaceholderArgs ¶
func ClearValues ¶ added in v0.8.5
func ClearValues()
func GetAuthUser ¶ added in v0.8.5
func GetAuthUser() string
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 GetNoProgress ¶ added in v0.8.1
func GetNoProgress() bool
func GetRateLimit ¶
func GetRateLimit() string
func GetReportFormat ¶ added in v0.8.2
func GetReportFormat() string
func GetReportTransport ¶ added in v0.8.2
func GetReportTransport() 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.