-
Notifications
You must be signed in to change notification settings - Fork 506
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: use the Scorecard REST API to retrieve the Scorecard result for dependency-diffs #2064
Comments
I gave the Scorecard REST API a try and it seems that it already contains many dependency packages - which is great to know! However, since the returned object of |
@aidenwang9867 Are you planning to work on this? |
I think I can take this part (changing the running Scorecard mode to query from the REST API) if needed. I don't have much workload at school these days. What's our current plan for this feature? @azeemshaikh38 @laurentsimon |
This issue is stale because it has been open for 60 days with no activity. |
This issue is stale because it has been open for 60 days with no activity. |
This issue has been marked stale because it has been open for 60 days with no activity. |
Is your feature request related to a problem? Please describe.
In v0 of the Dependency-diff API (issue #2008), we run scorecard checks on every changed dependency to report its check results - and it could be very time-consuming and might easily reach the rate limiting when there is a large number of dependency changes.
Describe the solution you'd like
Use the incoming Scorecard REST API to retrieve the Scorecard result for dependencies statelessly to (1) save time, (2) reduce the token&API usage.
Additional context
This is a TODO introduced in PR #2046.
The text was updated successfully, but these errors were encountered: