Skip to content

Commit 046a5cc

Browse files
authored
Change Package URL col name (#203)
Signed-off-by: jiyeong.seok <[email protected]>
1 parent bec6bc3 commit 046a5cc

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
@@ -27,7 +27,7 @@
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', 'Package URL', 'OSS Name',
3131
'OSS Version', 'License', 'Download Location',
3232
'Homepage', 'Copyright Text', 'Exclude',
3333
'Comment', 'Depends On']}

0 commit comments

Comments
 (0)