Skip to content

Commit f972293

Browse files
authored
Merge pull request #37 from fosslight/develop
Modify reuse input parameter
2 parents f339c37 + e3e5e77 commit f972293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pyyaml
88
fosslight_util>=1.3.13
99
fosslight_dependency>=3.7.4
1010
fosslight_binary>=4.0.7
11-
fosslight_reuse
11+
fosslight_reuse>=2.2.1

src/fosslight_scanner/fosslight_scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ def run_scanner(src_path, dep_arguments, output_path, keep_raw_data=False,
123123
"BIN": "FL_Binary.xlsx",
124124
"BIN_TXT": "FL_Binary.txt",
125125
"DEP": "FL_Dependency.xlsx",
126-
"REUSE": "reuse.xml"}
126+
"REUSE": "FL_Reuse.yaml"}
127127
if run_reuse:
128128
output_reuse = os.path.join(_output_dir, output_files["REUSE"])
129129
success, result = call_analysis_api(src_path, "Reuse Lint",
130130
-1, reuse_lint,
131-
abs_path, "", False,
131+
abs_path, False,
132132
output_reuse)
133133
success_file, copied_file = copy_file(output_reuse, output_path)
134134
if success_file:

0 commit comments

Comments
 (0)