-
Notifications
You must be signed in to change notification settings - Fork 499
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
Feature: repo/file interface for Scorecard library #462
Comments
+1. Sounds great! |
+1, this would be awesome, and we definitely need localclient support. some checks might not be applicable when provided a local repo, but we need to add some skip state for those (instead of fail). |
+1. Great!! |
+1 |
Is your feature request related to a problem? Please describe.
Scorecard today is limited to run on GitHub repositories only. We should expand this support to handle local files and other VCS like GitLab, BitBucket etc.
Describe the solution you'd like
Create an interface
RepoClient
:We need to look into our current code and sketch out all the required methods needed in this interface. Update our code bit-by-bit to use this interface instead of directly relying on GitHub API.
Under the hood use GitHubClient/LocalClient/GitLabClient which implements this interface and can fit clients needs.
The text was updated successfully, but these errors were encountered: