Documentation
¶
Index ¶
- func RunDASTScan(ctx context.Context, dast *DAST, nullifyClient *client.NullifyClient, ...) error
- func RunLocalScan(ctx context.Context, nullifyClient *client.NullifyClient, githubOwner string, ...) error
- type DAST
- type DASTExternalScanInput
- type DASTExternalScanOutput
- type DockerPullOutput
- type DockerPullProgressDetail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunDASTScan ¶ added in v0.7.2
func RunLocalScan ¶ added in v0.7.2
Types ¶
type DASTExternalScanInput ¶ added in v0.7.0
type DASTExternalScanInput struct {
AppName string `json:"appName"`
TargetHost string `json:"targetHost"`
OpenAPISpec map[string]interface{} `json:"openAPISpec"`
AuthConfig models.AuthConfig `json:"authConfig"`
}
type DASTExternalScanOutput ¶ added in v0.7.0
type DASTExternalScanOutput struct {
Findings []models.DASTFinding `json:"findings"`
}
type DockerPullOutput ¶ added in v0.8.0
type DockerPullOutput struct {
Status string `json:"status"`
ID string `json:"id"`
ProgressDetail *DockerPullProgressDetail `json:"progressDetail"`
}
type DockerPullProgressDetail ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.