Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.16 KB

HarborNativeReportSummary.md

File metadata and controls

16 lines (13 loc) · 1.16 KB

HarborNativeReportSummary

Properties

Name Type Description Notes
ReportId string id of the native scan report [optional] [default to null]
ScanStatus string The status of the report generating process [optional] [default to null]
Severity string The overall severity [optional] [default to null]
Duration int64 The seconds spent for generating the report [optional] [default to null]
Summary *HarborVulnerabilitySummary [optional] [default to null]
StartTime time.Time The start time of the scan process that generating report [optional] [default to null]
EndTime time.Time The end time of the scan process that generating report [optional] [default to null]
CompletePercent int32 The complete percent of the scanning which value is between 0 and 100 [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]