Skip to content

Commit 4768587

Browse files
Change column name for SCANOSS reference
Signed-off-by: Wonjae Park <[email protected]>
1 parent 50a5067 commit 4768587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/_parsing_scanoss_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
logger = logging.getLogger(constant.LOGGER_NAME)
1313
SCANOSS_INFO_HEADER = ['No', 'Source Name or Path', 'Component Declared', 'SPDX Tag',
1414
'File Header', 'License File', 'Scancode',
15-
'scanoss_matched_lines', 'scanoss_fileURL']
15+
'Matched Rate (line number)', 'scanoss_fileURL']
1616

1717

1818
def parsing_extraInfo(scanned_result):

0 commit comments

Comments
 (0)