Initial release of scorecode
- Abstract models to store data for a score and all it's checks Created models like PackageScore, ScorecardCheck for saving OSSF scorecard data.
- Django mixins to be used in SCIO and purldb
- Fetch Scorecard data for github and gitlab urls.
- Add test scripts to check for different repos scorecard data.
- Add files from Skeleton for packaging, CI and others.
Patch Release of scorecode to fix package name.
Patch Release of scorecode to fix checks in scorecard data.
Added parsing score date functionality to PackageScoreMixin