Add the ability to audit installed GitHub apps #23
Labels
checkers
Related to one or more of the checkers
enhancement
New feature or request
help wanted
Extra attention is needed
We need the ability to verify that certain applications are installed and configured at the org level. For example, ensuring that Codecov or WhiteSource is installed, and stays installed.
I think this would be best handled with an array of tables, similar to
[[teams]]
. That way we can more easily lay out any configuration specific to that application. So an example might look something like:Note that I cannot find anything for this in the GraphQL API yet, so it looks like this one will have to operate on the REST API.
https://docs.github.com/en/rest/reference/orgs#list-app-installations-for-an-organization
The text was updated successfully, but these errors were encountered: