diff --git a/src/fosslight_source/cli.py b/src/fosslight_source/cli.py index 0672742..117bdeb 100755 --- a/src/fosslight_source/cli.py +++ b/src/fosslight_source/cli.py @@ -204,6 +204,7 @@ def create_report_file( scan_item = ScannerItem(PKG_NAME, _start_time) scan_item.set_cover_pathinfo(path_to_scan, path_to_exclude) files_count, removed_files_count = count_files(path_to_scan, path_to_exclude) + scan_item.set_cover_comment(f"Total number of files : {files_count}") scan_item.set_cover_comment(f"Removed files : {removed_files_count}")