Replies: 1 comment
-
|
Repo-by-repo is too slow for enterprises with a large number of GitHub organizations or just a large number of repositories. Really need this at the enterprise level or organization level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
https://github.com/orgs/:org/insights/dependenciespage returns a lot of useful information that is accessible org-wide. However, the API doesn't have any corresponding endpoints (even under GraphQL) to access this information. The currently accessible fields are under repository, so you have to fetch the same information on a repo-by-repo basis.A similar request for licensing information is here: https://github.community/t/get-dependency-license-information-from-insights-api/197568
Beta Was this translation helpful? Give feedback.
All reactions