I ran a scan over the samples directory in the scancode toolkit. The samples directory file information is missing from the infos results.
I expected to see file information like the following for the directory, but the samples file information entry and corresponding results were completely missing from the json scan results:
"infos": [
{
"type": "directory",
"name": "samples",
"extension": "",
"date": "2015-11-28",
"size":,
"sha1": "",
"md5": "",
"files_count": null,
"mime_type": "",
"file_type": "",
"programming_language": "",
"is_binary": null,
"is_text": null,
"is_archive": null,
"is_media": null,
"is_source": null,
"is_script": null
}
],
I ran a scan over the samples directory in the scancode toolkit. The
samplesdirectory file information is missing from the infos results.I expected to see file information like the following for the directory, but the
samplesfile information entry and corresponding results were completely missing from the json scan results:I used "scancode_version": "1.6.1"