Skip to content

Commit 820c6b4

Browse files
authored
Change col name (#193)
Signed-off-by: jiyeong.seok <[email protected]>
1 parent 520722c commit 820c6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fosslight_dependency/run_dependency_scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
logger = logging.getLogger(constant.LOGGER_NAME)
2828
warnings.filterwarnings("ignore", category=FutureWarning)
2929
_sheet_name = "DEP_FL_Dependency"
30-
EXTENDED_HEADER = {_sheet_name: ['ID', 'Purl', 'OSS Name',
30+
EXTENDED_HEADER = {_sheet_name: ['ID', 'purl', 'OSS Name',
3131
'OSS Version', 'License', 'Download Location',
3232
'Homepage', 'Copyright Text', 'Exclude',
33-
'Comment', 'DEPENDS_ON']}
33+
'Comment', 'Depends On']}
3434
CUSTOMIZED_FORMAT = {'excel': '.xlsx', 'csv': '.csv', 'opossum': '.json', 'yaml': '.yaml',
3535
'spdx-yaml': '.yaml', 'spdx-json': '.json', 'spdx-xml': '.xml',
3636
'spdx-tag': '.tag'}

0 commit comments

Comments
 (0)