FossID GIT Integration Script (Beta)
- install jq package (https://stedolan.github.io/jq/)
sudo apt-get install jq
yum install jq
ex) ./fossid-git.sh https://yourfossidurl/webapp/api.php username userapikey projectname scanname - giturl gitbranchname
- bug fixed / added feature: print scan info when finished
- added feature: check scan progress
- added support for git repository scanning
- create child scan if project already exists
- Structural improvement
- Structural improvement
- Improvement using jq
- Structural improvement
- Initial release