Skip to content

Commit

Permalink
Restore pipeline and scanner to stable state #176
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Sep 16, 2021
1 parent 207ba62 commit 4075b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanpipe/pipelines/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def steps(cls):
cls.find_images_os_and_distro,
cls.collect_images_information,
cls.collect_and_create_codebase_resources,
# cls.collect_and_create_system_packages,
cls.collect_and_create_system_packages,
cls.tag_uninteresting_codebase_resources,
cls.tag_empty_files,
cls.scan_for_application_packages,
Expand Down
2 changes: 1 addition & 1 deletion scanpipe/pipes/scancode.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def scan_file(location):
"""
scanners = [
Scanner("copyrights", scancode_api.get_copyrights),
# Scanner("licenses", partial(scancode_api.get_licenses, include_text=True)),
Scanner("licenses", partial(scancode_api.get_licenses, include_text=True)),
Scanner("emails", scancode_api.get_emails),
Scanner("urls", scancode_api.get_urls),
]
Expand Down

0 comments on commit 4075b41

Please sign in to comment.