func NewScanResult(output *SDK.ScanResponse) *ScanResult {
    r := &ScanResult{}
    if output == nil {
        return r
    }