google / gcp_scanner

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

fix: hanging bug if output folder doesn't exist #272

Closed peb-peb closed 11 months ago

peb-peb commented 11 months ago

Description

Fixes the bug #271 where GCP Scanner freezes when there is an error in project scanning crawler.

We have solved this issue/bug by exiting the program if the output folder path is invalid. We verify the argument when it is passed by the user.

Changes Made

Checklist

Related Issues

271

Additional Notes

:point_down: if the output folder path is invalid image :point_down: if the output folder path is valid image