Skip to content

Commit

Permalink
Add --license-text to the scancode_options #37
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Nov 6, 2020
1 parent 8419b03 commit 0e90273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scanpipe/pipelines/scan_codebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class ScanCodebase(Pipeline):
"--email",
"--info",
"--license",
"--license-text",
"--package",
"--url",
]
Expand Down Expand Up @@ -95,7 +96,7 @@ def run_scancode(self):
Scan extracted codebase/ content.
"""
self.scan_output_file = (
self.project.output_path / f"scan_{scancode_version}.json"
self.project.output_path / f"scancode-{scancode_version}.json"
)
scancode_args = [
get_bin_executable("scancode"),
Expand Down

0 comments on commit 0e90273

Please sign in to comment.