Is your feature request related to a problem? Please describe.
Having a RepoAuditor action would let users integrate it into their repository CI, without the need to run anything locally.
Describe the solution you'd like
A github action that executes RepoAuditor against a target repository in a CI environment
Describe alternatives you've considered
@davidbrownell what would be the preferred way to go about this?
- Setting up a separate repository that only contains the action
- Including the action code and tags in this repository
I think the former would make it easier to publish the action in, e.g., Github Marketplace.
OrgWarden currently uses the latter approach
Additional context
We have something like this in OrgWarden
Is your feature request related to a problem? Please describe.
Having a RepoAuditor action would let users integrate it into their repository CI, without the need to run anything locally.
Describe the solution you'd like
A github action that executes RepoAuditor against a target repository in a CI environment
Describe alternatives you've considered
@davidbrownell what would be the preferred way to go about this?
I think the former would make it easier to publish the action in, e.g., Github Marketplace.
OrgWarden currently uses the latter approach
Additional context
We have something like this in OrgWarden