google / gcp_scanner

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

Unify exception handler in storage_buckets_crawler #259

Closed mshudrak closed 1 year ago

mshudrak commented 1 year ago

This PR fixes an inconsistency of exceptions handling in storage_buckets_crawler and the rest of crawlers.

In some cases, request can raise not HTTP related error which would stop GCP scanner execution.

Description

[Provide a brief description of the changes you have made and why they are necessary.]

Changes Made

[List the changes you have made in bullet points.]

Checklist

Related Issues

[If your changes relate to any existing issues, please list them here.]

Additional Notes

[Provide any additional notes or context that may be helpful for the reviewers.]

Feel free to modify and customize this template as needed to fit the specific needs of the GCP Scanner project.