Skip to content

Commit

Permalink
Change col name (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <[email protected]>
  • Loading branch information
dd-jy authored Apr 26, 2024
1 parent 520722c commit 820c6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fosslight_dependency/run_dependency_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
logger = logging.getLogger(constant.LOGGER_NAME)
warnings.filterwarnings("ignore", category=FutureWarning)
_sheet_name = "DEP_FL_Dependency"
EXTENDED_HEADER = {_sheet_name: ['ID', 'Purl', 'OSS Name',
EXTENDED_HEADER = {_sheet_name: ['ID', 'purl', 'OSS Name',
'OSS Version', 'License', 'Download Location',
'Homepage', 'Copyright Text', 'Exclude',
'Comment', 'DEPENDS_ON']}
'Comment', 'Depends On']}
CUSTOMIZED_FORMAT = {'excel': '.xlsx', 'csv': '.csv', 'opossum': '.json', 'yaml': '.yaml',
'spdx-yaml': '.yaml', 'spdx-json': '.json', 'spdx-xml': '.xml',
'spdx-tag': '.tag'}
Expand Down

0 comments on commit 820c6b4

Please sign in to comment.