JamesWoolfenden / pike

Pike is a tool for determining the permissions or policy required for IAC code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action

mikecarr2 opened this issue · comments

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

Contributors to a repository may not update a README with permissions to deploy a Terraform module.

Describe the solution you'd like

Allow users to streamline the process of updating a projects README by creating a GitHub action that will automatically run Pike and commit to a PR.

Describe alternatives you've considered

Using pre-commit hooks - but this requires dependencies on a users machine.

Additional context

Terraform Docs does something similar here