diff --git a/scanpipe/pipes/output.py b/scanpipe/pipes/output.py index f73ebf4c99..e5d88f0969 100644 --- a/scanpipe/pipes/output.py +++ b/scanpipe/pipes/output.py @@ -232,7 +232,7 @@ def get_headers(self, project): other_tools = [f"pkg:pypi/scancode-toolkit@{scancode_toolkit_version}"] headers = { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "tool_version": scancodeio_version, "other_tools": other_tools, "notice": SCAN_NOTICE, diff --git a/scanpipe/tests/data/asgiref/asgiref-3.3.0_load_inventory_expected.json b/scanpipe/tests/data/asgiref/asgiref-3.3.0_load_inventory_expected.json index c6cff1ba83..8c8413cf8a 100644 --- a/scanpipe/tests/data/asgiref/asgiref-3.3.0_load_inventory_expected.json +++ b/scanpipe/tests/data/asgiref/asgiref-3.3.0_load_inventory_expected.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/asgiref/asgiref-3.3.0_scanpipe_output.json b/scanpipe/tests/data/asgiref/asgiref-3.3.0_scanpipe_output.json index 3fbc82f35c..2b7621d01f 100644 --- a/scanpipe/tests/data/asgiref/asgiref-3.3.0_scanpipe_output.json +++ b/scanpipe/tests/data/asgiref/asgiref-3.3.0_scanpipe_output.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "tool_version": "v34.8.2-2-gdde1fc5b", "other_tools": [ "pkg:pypi/scancode-toolkit@v34.8.2-2-gdde1fc5b" diff --git a/scanpipe/tests/data/d2d/about_files/expected.json b/scanpipe/tests/data/d2d/about_files/expected.json index 71bd269f77..ee8bf016df 100644 --- a/scanpipe/tests/data/d2d/about_files/expected.json +++ b/scanpipe/tests/data/d2d/about_files/expected.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/d2d/flume-ng-node-d2d-input.json b/scanpipe/tests/data/d2d/flume-ng-node-d2d-input.json index 4a206e9d3f..8d1a8ebaf4 100644 --- a/scanpipe/tests/data/d2d/flume-ng-node-d2d-input.json +++ b/scanpipe/tests/data/d2d/flume-ng-node-d2d-input.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [], "runs": [ diff --git a/scanpipe/tests/data/d2d/flume-ng-node-d2d.json b/scanpipe/tests/data/d2d/flume-ng-node-d2d.json index cac80687d7..2e439c6925 100644 --- a/scanpipe/tests/data/d2d/flume-ng-node-d2d.json +++ b/scanpipe/tests/data/d2d/flume-ng-node-d2d.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_cocoapods.json b/scanpipe/tests/data/dependencies/resolved_dependencies_cocoapods.json index 57c53794da..ed558f2441 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_cocoapods.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_cocoapods.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_npm_inspect_packages.json b/scanpipe/tests/data/dependencies/resolved_dependencies_npm_inspect_packages.json index 02d314fb5b..721bae9d7c 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_npm_inspect_packages.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_npm_inspect_packages.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_nuget.json b/scanpipe/tests/data/dependencies/resolved_dependencies_nuget.json index 69ae8621dc..a20b2655a9 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_nuget.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_nuget.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_pip.json b/scanpipe/tests/data/dependencies/resolved_dependencies_pip.json index 5f7dd15efe..5cd6e0b12e 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_pip.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_pip.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_poetry_inspect_packages.json b/scanpipe/tests/data/dependencies/resolved_dependencies_poetry_inspect_packages.json index aeda3db1df..e96e559162 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_poetry_inspect_packages.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_poetry_inspect_packages.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/dependencies/resolved_dependencies_swift_inspect_packages.json b/scanpipe/tests/data/dependencies/resolved_dependencies_swift_inspect_packages.json index f45ddbf73a..32cb013698 100644 --- a/scanpipe/tests/data/dependencies/resolved_dependencies_swift_inspect_packages.json +++ b/scanpipe/tests/data/dependencies/resolved_dependencies_swift_inspect_packages.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/docker/alpine_3_15_4_scan_codebase.json b/scanpipe/tests/data/docker/alpine_3_15_4_scan_codebase.json index 6a47adf3dd..d83f4e737f 100644 --- a/scanpipe/tests/data/docker/alpine_3_15_4_scan_codebase.json +++ b/scanpipe/tests/data/docker/alpine_3_15_4_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/docker/centos_scan_codebase.json b/scanpipe/tests/data/docker/centos_scan_codebase.json index e72198bcae..cc0ae631ec 100644 --- a/scanpipe/tests/data/docker/centos_scan_codebase.json +++ b/scanpipe/tests/data/docker/centos_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/docker/debian_scan_codebase.json b/scanpipe/tests/data/docker/debian_scan_codebase.json index 52bf7e72c9..875d66f65e 100644 --- a/scanpipe/tests/data/docker/debian_scan_codebase.json +++ b/scanpipe/tests/data/docker/debian_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/docker/gcr_io_distroless_base_scan_codebase.json b/scanpipe/tests/data/docker/gcr_io_distroless_base_scan_codebase.json index 29c0997626..aa1adf8bf5 100644 --- a/scanpipe/tests/data/docker/gcr_io_distroless_base_scan_codebase.json +++ b/scanpipe/tests/data/docker/gcr_io_distroless_base_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/image-with-symlinks/minitag.tar-expected-scan.json b/scanpipe/tests/data/image-with-symlinks/minitag.tar-expected-scan.json index d1f6358445..1ce008152f 100644 --- a/scanpipe/tests/data/image-with-symlinks/minitag.tar-expected-scan.json +++ b/scanpipe/tests/data/image-with-symlinks/minitag.tar-expected-scan.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/matchcode/match_to_matchcode/codebase.json b/scanpipe/tests/data/matchcode/match_to_matchcode/codebase.json index 279fa38194..a2c3e38a95 100644 --- a/scanpipe/tests/data/matchcode/match_to_matchcode/codebase.json +++ b/scanpipe/tests/data/matchcode/match_to_matchcode/codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "tool_version": "v3.0.0-241-g45d653b", "other_tools": [ "pkg:pypi/scancode-toolkit@32.0.8" diff --git a/scanpipe/tests/data/rootfs/basic-rootfs_root_filesystems.json b/scanpipe/tests/data/rootfs/basic-rootfs_root_filesystems.json index aade28c99a..977b6eb8d1 100644 --- a/scanpipe/tests/data/rootfs/basic-rootfs_root_filesystems.json +++ b/scanpipe/tests/data/rootfs/basic-rootfs_root_filesystems.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/scancode/daglib-0.6.0-py3-none-any.whl_scan_codebase.json b/scanpipe/tests/data/scancode/daglib-0.6.0-py3-none-any.whl_scan_codebase.json index 223d18de9c..c63048f450 100644 --- a/scanpipe/tests/data/scancode/daglib-0.6.0-py3-none-any.whl_scan_codebase.json +++ b/scanpipe/tests/data/scancode/daglib-0.6.0-py3-none-any.whl_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ { diff --git a/scanpipe/tests/data/scancode/is-npm-1.0.0_scan_codebase.json b/scanpipe/tests/data/scancode/is-npm-1.0.0_scan_codebase.json index a4dd341dae..80d0fd6c6f 100644 --- a/scanpipe/tests/data/scancode/is-npm-1.0.0_scan_codebase.json +++ b/scanpipe/tests/data/scancode/is-npm-1.0.0_scan_codebase.json @@ -1,7 +1,7 @@ { "headers": [ { - "tool_name": "scanpipe", + "tool_name": "ScanCode.io", "notice": "Generated with ScanCode.io and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied.\nNo content created from ScanCode.io should be considered or used as legal advice.\nConsult an Attorney for any legal advice.\nScanCode.io is a free software code scanning tool from nexB Inc. and others\nlicensed under the Apache License version 2.0.\nScanCode is a trademark of nexB Inc.\nVisit https://github.com/nexB/scancode.io for support and download.\n", "input_sources": [ {