:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
Jenkins is an Opensource framework which helps organizations to perform automatic code builds and provides results from these builds. More code is written by each and every team member in a group and it is a good idea to have a scancode plugin for Jenkins.
Every time new code is added to the repo this tool must scan the new code or the files in a repo to which the new code is added and provide scan results for every build. Newly written code can be acquired with corresponding VCS (Version Control System) used by the organization. Scancode can be integrated within the system in which the Jenkins is setup.
For this task we might need to add a new feature to scancode which is automatic update of scancode.
Jenkins is an Opensource framework which helps organizations to perform automatic code builds and provides results from these builds. More code is written by each and every team member in a group and it is a good idea to have a scancode plugin for Jenkins.
Every time new code is added to the repo this tool must
scan the new code or the files in a repo to which the new code is added
and provide scan results for every build. Newly written code can be acquired with corresponding VCS (Version Control System) used by the organization. Scancode can be integrated within the system in which the Jenkins is setup. For this task we might need to add a new feature to scancode which is automatic update of scancode.