Skip to content

Commit

Permalink
Update fosslight util version
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <jiyeong.seok@lge.com>
  • Loading branch information
dd-jy committed Oct 7, 2024
1 parent 0fe2dde commit 8b47e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lxml
virtualenv
pyyaml
lastversion
fosslight_util>=2.0.1
fosslight_util>=2.0.2
PyGithub
requirements-parser
defusedxml
Expand Down
3 changes: 2 additions & 1 deletion src/fosslight_dependency/run_dependency_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def run_dependency_scanner(package_manager='', input_dir='', output_dir_file='',
combined_paths_and_files = [os.path.join(output_path, file) for file in output_files]
results = []
for i, output_extension in enumerate(output_extensions):
results.append(write_output_file(combined_paths_and_files[i], output_extension, scan_item, EXTENDED_HEADER, '', formats[i]))
results.append(write_output_file(combined_paths_and_files[i], output_extension, scan_item,
EXTENDED_HEADER, '', formats[i]))
for success_write, err_msg, result_file in results:
if success_write:
if result_file:
Expand Down

0 comments on commit 8b47e30

Please sign in to comment.