-
Notifications
You must be signed in to change notification settings - Fork 27
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
Migrate to using VirtualCodebase from the latest scancode #101
Comments
Signed-off-by: John M. Horan <[email protected]>
@MaJuRG , @johnmhoran I can not get this following line :
What I know is scancode can generate a json output upon scanning a particular codebase, So basically I want to know what does |
Thanks @MaJuRG for the explanation 😃 |
@MaJuRG @arnav-mandal1234 Hello. I have 2 questions.
Thanks. |
@kvoj the more detailed, the better. |
@MaJuRG Okay. Thank you. |
scancode-toolkit
can re-create a Codebase object and its Resource (files, dirs) from a scancode json results file.It will useful to convert DeltaCode to using this VirtualCodebase object as the means of doing all the delta operations. Their natural tree structure makes traversing a scan easier, and a variety of other delta operations become easier to do. We also wont have to maintain as many python Objects as we do now; most of these are replicated in a VirtualCodebase (License, Copyright, etc)
The text was updated successfully, but these errors were encountered: