prancer-io / cloud-validation-framework

prancer platform is an IaC Security engine + Continuous Compliance for your cloud (Azure, AWS, GCP) and Kubernetes environment
https://www.prancer.io
Mozilla Public License 2.0
121 stars 29 forks source link

GCP is not crawling "masterSnapshotId": "GOOGLE_INSTANCE" #710

Closed rezoan closed 4 months ago

rezoan commented 1 year ago

During running compliances no snapshots are being generated for GOOGLE_INSTANCE

Crawler console output:

2023-09-17 12:54:51,878 -   Snapshot:
2023-09-17 12:54:51,879 -   GOOGLE_INSTANCE:[]
vatsalgit5118 commented 5 months ago

@rezoan, I checked the API response, it contains the selfLink, so not required to set the get_method in mastersnapshot. Remove the get_method method from the master snapshot and the compute/instances.get parameter from the googleParams.json file.

rezoan commented 4 months ago

@vatsalgit5118 @farchide crawler is crawling GOOGLE_INSTANCE. this issue can be closed.