While exporting the csv scan report, the path of the matching file was showing full path separated by '/' in windows platform which in actual case should show only relative file path separated by '/'.This bug was fixed by removing path = filepath.ToSlash(path) inside NewMatchFile function in core/match.go file.
While exporting the csv scan report, the path of the matching file was showing full path separated by '/' in windows platform which in actual case should show only relative file path separated by '/'.This bug was fixed by removing path = filepath.ToSlash(path) inside NewMatchFile function in core/match.go file.