Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The tool name should be scancode.io not scanpipe in JSON results? #1556

Open
pombredanne opened this issue Jan 21, 2025 · 2 comments · May be fixed by #1571
Open

The tool name should be scancode.io not scanpipe in JSON results? #1556

pombredanne opened this issue Jan 21, 2025 · 2 comments · May be fixed by #1571

Comments

@pombredanne
Copy link
Member

I think we should consider using ScanCode, or ScanCode.io, but not scanpipe as a toolname.

  "headers": [
    {
      "tool_name": "scanpipe",
      "tool_version": "34.9.4",
      "other_tools": [
        "pkg:pypi/scancode-toolkit@32.3.2"
      ],
      "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",
      "uuid": "44ef30fb-ad4d-4f81-959b-7a574eb9fa3e",
      "created_date": "2025-01-21T16:48:31.530Z",
      "notes": "",
      "settings": {},
      "input_sources": [
        {
          "uuid": "50707e59-fc49-45e1-87b6-df13c80418d9",
          "filename": "javax.annotation-83417807ad402ee1022c0307208d4510c80c68b6.zip",
          "download_url": "https://github.com/javaee/javax.annotation/archive/83417807ad402ee1022c0307208d4510c80c68b6.zip",
          "is_uploaded": false,
          "tag": "",
          "size": 54853,
          "is_file": true,
          "exists": true
        }
      ],
      "runs": [
        {
          "pipeline_name": "scan_single_package",
          "status": "success",
          "description": "Scan a single package archive (or package manifest file).",
          "selected_groups": null,
          "selected_steps": null,
          "uuid": "3bda9141-01ce-4c9c-97ac-674b685d01b5",
          "created_date": "2025-01-21T16:48:31.532524Z",
          "scancodeio_version": "34.9.4",
          "task_id": "3bda9141-01ce-4c9c-97ac-674b685d01b5",
          "task_start_date": "2025-01-21T16:48:31.570517Z",
          "task_end_date": "2025-01-21T16:48:38.011315Z",
          "task_exitcode": 0,
          "task_output": "",
          "log": "2025-01-21 16:48:31.572 Pipeline [scan_single_package] starting\n2025-01-21 16:48:31.575 Step [download_missing_inputs] starting\n2025-01-21 16:48:31.578 Fetching input from https://github.com/javaee/javax.annotation/archive/83417807ad402ee1022c0307208d4510c80c68b6.zip\n2025-01-21 16:48:32.367 Step [download_missing_inputs] completed in 1 seconds\n2025-01-21 16:48:32.371 Step [get_package_input] starting\n2025-01-21 16:48:32.373 Step [get_package_input] completed in 0 seconds\n2025-01-21 16:48:32.376 Step [collect_input_information] starting\n2025-01-21 16:48:32.380 Step [collect_input_information] completed in 0 seconds\n2025-01-21 16:48:32.383 Step [extract_input_to_codebase_directory] starting\n2025-01-21 16:48:32.409 Step [extract_input_to_codebase_directory] completed in 0 seconds\n2025-01-21 16:48:32.412 Step [extract_archives] starting\n2025-01-21 16:48:32.555 Step [extract_archives] completed in 0 seconds\n2025-01-21 16:48:32.568 Step [run_scan] starting\n2025-01-21 16:48:37.690 Step [run_scan] completed in 5 seconds\n2025-01-21 16:48:37.694 Step [load_inventory_from_toolkit_scan] starting\n2025-01-21 16:48:37.974 Step [load_inventory_from_toolkit_scan] completed in 0 seconds\n2025-01-21 16:48:37.977 Step [make_summary_from_scan_results] starting\n2025-01-21 16:48:38.006 Step [make_summary_from_scan_results] completed in 0 seconds\n2025-01-21 16:48:38.009 Pipeline completed in 6 seconds\n",
          "execution_time": 6
        }
@Avan2021
Copy link

Avan2021 commented Jan 25, 2025

Hi @pombredanne , I will work on this issue and submit a PR as soon as possible

@Avan2021 Avan2021 linked a pull request Jan 29, 2025 that will close this issue
@Avan2021
Copy link

I have made a PR #1571. Please review it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants