microsoft / PSRule.Rules.GitHub

A suite of rules to validate GitHub repositories using PSRule.
MIT License
21 stars 15 forks source link

Extend to Github Enterprise Server #183

Open coolhome opened 1 year ago

coolhome commented 1 year ago

Is your feature request related to a problem? Please describe.

To support Github Enterprise Server

Describe the solution you'd like

Octokit.GithubClient supports both Github and Github Enterprise Server. In theory we should be able to expand with a few more parameters.

https://github.com/octokit/octokit.net/blob/main/docs/getting-started.md#connect-to-github-enterprise

BernieWhite commented 1 year ago

@coolhome Nice thought.