The OpenSSF dashboard can be used to inspect the OpenSSF scorecards for users/organizations or accounts stored on GitHub, GitLab or others.
The core features of the dashboard are:
- Track multiple users/accounts/organizations
- Easily add a new organization or user to track
- Ability to provide GitHub/other API keys to avoid rate limiting (optional, stored locally)
- Track all the scorecards for each repository
- Cache system to ensure pages load quickly
- Ability to filter repositories by keywords
- Ability to sort repositories by scores, names etc
- Responsive design that will play nice on mobile
- Created in 7 days from scratch
If you want to run your own version of this dashboard on your own machine, please fork/clone this repo, install
Angular-cli and then run with ng serve
. You can build with ng build
.
Contact scotts@codpelay.com if you need support or have questions.