Disable suppression #2331
Replies: 4 comments 2 replies
-
This needs more detail, e.g. a proposed API, before it's a concrete feature proposal. But I like the idea! |
Beta Was this translation helpful? Give feedback.
-
First thought would be to add an The behavior would have two phases:
|
Beta Was this translation helpful? Give feedback.
-
Related discussion: #1690 |
Beta Was this translation helpful? Give feedback.
-
Oh, examples: supressing Maybe not the best example, but that's the idea 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
We're using TFLint in our Platform Engineering setup to help other developers with writing "Secure and correct" Terraform code. And block the "wrong" ones at PR level.
We've got a really nice ruleset and automation over all our repositories in place, but we now get the "Let's just suppress this" behaviour.
Although the possibility to suppress findings is really handy (if there is no other way, or implementation will be done later), I would the capability to mark findings with a "cannot be suppressed" option. So certain findings cannot be suppressed.
Proposal
Create a toggle per finding to "allow suppression", allowed by default.
References
Beta Was this translation helpful? Give feedback.
All reactions