Skip to content

Commit 731c869

Browse files
authored
Change Dependencies column name to DEPENDS_ON (#183)
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 5e9b89f commit 731c869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/run_dependency_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
EXTENDED_HEADER = {_sheet_name: ['ID', 'Purl', 'OSS Name',
3131
'OSS Version', 'License', 'Download Location',
3232
'Homepage', 'Copyright Text', 'Exclude',
33-
'Comment', 'Dependencies']}
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)