-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excluded Checks File #7004
Comments
Hey! Thanks for the feature request! We'll take this into account. |
hey @jmanduca-psfy why excluding checks instead of muting findings? It is always better to mute and keep track of all what Prowler can find instead of avoiding checking something. Does that make sense? can you share more about your use case for us to learn? Thanks! |
@toniblyx
I disagree with that based on my comments above - also if that is the case why have an exclude option at all? |
Thanks for sharing your view on this. All features are available to help users so don't get me wrong, use anything that suits your use case :) our view is to scan all possible as often as possible to get records and be able to better understand what has happened, when, etc. Your example is a very good one for "exclude" of course. Just for the record, if you want to mute that check you can do it with:
|
I did find a method to make my own exclusion list and push it to the cli command using a simple text file, for anyone with a similar request:
Running prowler:
While it would be handy to have a standard file input, this suits my niche use case of the feature as long as the syntax of the flag remains the same. |
Thanks for the advice. Same what we do have a check file list for execution we can have a check List file for exclusion. And this is helpful as backend and frontend. |
New feature motivation
We have configuration file options for muting, altering, and including custom checks, but if we want to exclude a check completely, the only way to do so is in the prowler command itself. This makes it much less convenient to use.
Solution Proposed
Add an option for an Exclude Checks file, similar to the mute and custom checks files.
Describe alternatives you've considered
Could generate this on the fly into the command, but it is messy.
Could add checks to the mutelist for all resources, but then the check is still run - if it is a check we truly do not care about, why waste processing time checking it at all?
Additional context
No response
The text was updated successfully, but these errors were encountered: