-
Notifications
You must be signed in to change notification settings - Fork 74
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
SCWB shows error for missing 'type' info when it's present in the json file #385
Comments
@johnmhoran You need to run Running a scancode scan with no flags currently does not include a |
The Alternatively, we may be able to get away with accepting limited scans without an |
Thanks @MaJuRG . 👍 |
I would find it useful to be able to use the Tree and Table Views with just the Resource Path and (Resource) type data - esp. for large scan datasets. This would help with the Catch-22 case to get a very basic scan for large codebases where a --info scan may be hard to use in WB. I would argue that the current error message is a bug since the scan in question has the type column. Updating WB to handle this type of file would be an enhancement that can be deferred a bit if it is difficult since the CSV file is easy enough to use in this context. |
Signed-off-by: Steven Esser <[email protected]>
Addresses: #385 Signed-off-by: Steven Esser <[email protected]>
Addresses: #385 Signed-off-by: Steven Esser <[email protected]>
Sucessfully import scanfiles without --info option present #385
#387 merged with the fix. Closing this. |
Running the latest release on Windows 10, after running a no-flag scan (not even
-i
), I tried to import the .json output file and convert to .sqlite and encountered the following error message:However, both the json and csv output files contain an instantiated
type
column (withfile
anddirectory
values).The text was updated successfully, but these errors were encountered: