google / gcp_scanner

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

Bug: bigquery crawler replaces data instade of appending to the list #254

Closed sudiptob2 closed 11 months ago

sudiptob2 commented 1 year ago

The existing implementation of bigquery crawler replaces the crawl data to the result array instead of appending the data when the response in paginated.

Ref: source code

mshudrak commented 1 year ago

Nice catch! Thanks for reporting that.