terraform-linters / setup-tflint

A GitHub action that installs Terraform linter TFLint
MIT License
149 stars 38 forks source link

Support pr comments in addition to annotations #142

Closed moritzzimmer closed 1 year ago

moritzzimmer commented 1 year ago

I was wondering if you could add support for commenting pull-requests in addition to annotations (e.g. like in tfsec-pr-commenter-action).

IMO this could make tflint violations more visible in PR workflows.

bendrucker commented 1 year ago

Interesting, but not planned. Annotations come effectively for free via problem matchers.

Turning those into comments would be a whole separate action. And if you review the example, this is a non-trivial feature.