Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InitOpts ¶
type InitOpts struct {
NetworkOnly bool `short:"n" long:"networkOnly" description:"Create the zapgo-network without initializing the ZAP container."`
}
type RunOpts ¶
type RunOpts struct {
File string `` /* 148-byte string literal not displayed */
Collection string `long:"collection" description:"Postman collection file or url to run."`
Environment string `long:"environment" description:"Postman environment file or url to use with postman collection"`
Policy string `long:"policy" description:"Import custom zap scan policy. Policy file must be placed within the current working directory."`
Clean bool `short:"c" long:"clean" description:"Remove any existing zapgo containers and initialize ZAP."`
Confidence string `` /* 194-byte string literal not displayed */
Risk string `` /* 185-byte string literal not displayed */
Fail string `` /* 158-byte string literal not displayed */
Display string `` /* 132-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.