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 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":