-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring/gcp/gce #319
Refactoring/gcp/gce #319
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #319 +/- ##
===========================================
+ Coverage 33.83% 34.06% +0.23%
===========================================
Files 179 189 +10
Lines 6071 6246 +175
===========================================
+ Hits 2054 2128 +74
- Misses 4017 4118 +101
Continue to review full report at Codecov.
|
ScoutSuite/output/data/html/partials/gcp/left_menu_for_gcp_region.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yayy
EDIT: well as long as you make sure everything works after merging with dev.
Yup, looks like that would make sense! Ì haven't worked with GCP enough to know if there are other services which use regions. I'm guessing there are. |
I tried to do that at first but it caused a lot of issues, it's a bit different than AWS' VPC and Region. Anyway, the Regions and Zones are currently only used in GCE's API (to fetch regions and zones, we use the Compute Engine client). |
Migrated Google Compute Engine to the new architecture. Also adds support for filtering GCE Instances by Zone and GCE Subnetworks by Region.