We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c7d07 + 844ba10 commit be4de7cCopy full SHA for be4de7c
src/fosslight_scanner/common.py
@@ -21,7 +21,7 @@
21
logger = logging.getLogger(constant.LOGGER_NAME)
22
SRC_SHEET = 'SRC_FL_Source'
23
BIN_SHEET = 'BIN_FL_Binary'
24
-BIN_EXT_HEADER = {'BIN_FL_Binary': ['ID', 'Binary Name', 'OSS Name',
+BIN_EXT_HEADER = {'BIN_FL_Binary': ['ID', 'Binary Path', 'OSS Name',
25
'OSS Version', 'License', 'Download Location',
26
'Homepage', 'Copyright Text', 'Exclude',
27
'Comment', 'Vulnerability Link', 'TLSH', 'SHA1']}
0 commit comments