From 6b5bf0f0d055a4213a0f36f1f3aa1ccb0646cf4b Mon Sep 17 00:00:00 2001 From: yongjunhong Date: Sat, 20 Jul 2024 17:34:11 +0900 Subject: [PATCH 1/2] Add simple_mode parameter to CoverItem constructor Signed-off-by: yongjunhong --- src/fosslight_scanner/fosslight_scanner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fosslight_scanner/fosslight_scanner.py b/src/fosslight_scanner/fosslight_scanner.py index 964810c..6362eb6 100755 --- a/src/fosslight_scanner/fosslight_scanner.py +++ b/src/fosslight_scanner/fosslight_scanner.py @@ -189,7 +189,8 @@ def run_scanner(src_path, dep_arguments, output_path, keep_raw_data=False, cover = CoverItem(tool_name=PKG_NAME, start_time=_start_time, input_path=abs_path, - exclude_path=path_to_exclude) + exclude_path=path_to_exclude, + simple_mode=False) cover.comment = merge_cover_comment(_output_dir, merge_files) if output_extension == ".xlsx": From ad41b8241bfe5c7b97cdd8887383313657408f50 Mon Sep 17 00:00:00 2001 From: yongjunhong Date: Sat, 20 Jul 2024 17:36:29 +0900 Subject: [PATCH 2/2] Modify FL Util required ver. to 1.4.48 Signed-off-by: yongjunhong --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 372c7ac..e6a3080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ openpyxl progress pyyaml beautifulsoup4 -fosslight_util>=1.4.45 +fosslight_util>=1.4.48 fosslight_source>=1.7.8 fosslight_dependency>=3.15.1 fosslight_binary>=4.1.30