Scan Run Args
A ScanRun is a output-only resource representing an actual run of the scan.
Constructors
Properties
The execution state of the ScanRun.
Whether the scan run has found any vulnerabilities.
The percentage of total completion ranging from 0 to 100. If the scan is in queue, the value is 0. If the scan is running, the value ranges from 0 to 100. If the scan is finished, the value is 100.
The result state of the ScanRun. This field is only available after the execution state reaches "FINISHED".
The number of URLs crawled during this ScanRun. If the scan is in progress, the value represents the number of URLs crawled up to now.
The number of URLs tested during this ScanRun. If the scan is in progress, the value represents the number of URLs tested up to now. The number of URLs tested is usually larger than the number URLS crawled because typically a crawled URL is tested with multiple test payloads.