Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Saving files information as the part of models #90

@singh1114

Description

@singh1114

So, we can apply the following command into the terminal to get all the information about the files to be scanned before the real scan is applied. The results include every information about the file. For example, I applied this command in the root directory of this codebase.

scancode --info -f json-pp cc0-1.0.LICENSE

Result

{
  "scancode_notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
  "scancode_version": "2.0.1",
  "scancode_options": {
    "--info": true,
    "--license-score": 0,
    "--ignore": [],
    "--format": "json-pp"
  },
  "files_count": 1,
  "files": [
    {
      "path": "scancode-server/cc0-1.0.LICENSE",
      "type": "file",
      "name": "cc0-1.0.LICENSE",
      "base_name": "cc0-1.0",
      "extension": ".LICENSE",
      "date": "2017-08-19",
      "size": 6433,
      "sha1": "172444e7c137eb5cd3cae530aca0879c90f7fada",
      "md5": "57f047ea87f405486a94bc5a56ba7fcf",
      "files_count": null,
      "mime_type": "text/plain",
      "file_type": "ASCII text",
      "programming_language": "Text only",
      "is_binary": false,
      "is_text": true,
      "is_archive": false,
      "is_media": false,
      "is_source": true,
      "is_script": false,
      "scan_errors": []
    }
  ]
}

Well, the task is to store whole of these things into the models.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions