Skip to content

Commit be4de7c

Browse files
authored
Merge pull request #94 from fosslight/develop
Modify column name
2 parents 89c7d07 + 844ba10 commit be4de7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_scanner/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
logger = logging.getLogger(constant.LOGGER_NAME)
2222
SRC_SHEET = 'SRC_FL_Source'
2323
BIN_SHEET = 'BIN_FL_Binary'
24-
BIN_EXT_HEADER = {'BIN_FL_Binary': ['ID', 'Binary Name', 'OSS Name',
24+
BIN_EXT_HEADER = {'BIN_FL_Binary': ['ID', 'Binary Path', 'OSS Name',
2525
'OSS Version', 'License', 'Download Location',
2626
'Homepage', 'Copyright Text', 'Exclude',
2727
'Comment', 'Vulnerability Link', 'TLSH', 'SHA1']}

0 commit comments

Comments
 (0)