google / gcp_scanner

A comprehensive scanner for Google Cloud
Apache License 2.0
305 stars 95 forks source link

feat: Extend parser to parse most of resources #262

Closed yahia3200 closed 1 year ago

yahia3200 commented 1 year ago

Description

Change parser implementation to a more generic one that can parse most resources types

image

Additional Notes

The types supported by the tool are:

These types are defined in availableResourceTypes in src/types/resources.ts Other types have special structures in the output file which we can handle later

yahia3200 commented 1 year ago

Yes because I didn't add the Details sections to this branch yet

mshudrak commented 1 year ago

There is one small typo but other than good to merge. Fix it and I will merge it.