google / gcp_scanner

A comprehensive scanner for Google Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization Tool: Search using regex

yahia3200 opened this issue · comments

The user can search through the scanned resources using their names and IAM policy roles with emails.
So one improvement is to implement another search mode where the user can search using a regex expr through resource names and other text attributes for resource.

Hey, do we want a separate button to enable the regex search in the search box, or something like if the search box has a valid regex expr then we find results accordingly?

yep, the second option sounds reasonable for me. No need for a separate button. Thanks for chiming in on this bug.

Understood, I have made the relevant changes and raised a PR: #301. Please let me know if any changes are required.