aws-samples / service-screener-v2

A tool for customers to evaluate their AWS service configurations based on AWS and community best practices and receive recommendations on potential improvements.
Apache License 2.0
174 stars 48 forks source link

Supports filter in the FINDINGS page #121

Open ensean opened 3 months ago

ensean commented 3 months ago

Pick a category

Is your feature request related to a problem? Please describe. The FINDINGS page contains all issues found, but it can not filtered by resource type/servility currently.

Describe the solution you'd like Supports filer finding in the FINDINGS page, proposed filters should support:

Describe alternatives you've considered NA

Additional context NA

kuettai commented 3 months ago

There is a search bar at the top right hand side allows you to type in the keyword. Example: "RDS" will shows all RDS related findings, or "HIGH" / "MEDIUM" / "LOW" to get severity.

If you need more granular filtering, you can leverage on the "workItem.xlsx" included in the output.zip file to filter at Excel for now.

We will put this as low priority as workItem.xlsx has solve similar ask.

Let me know if you think otherwise.