@cryptotaxi247 / CoPilot / commits / 5a3f39f1

refactor: Include --all-projects flag in GCP ScoutSuite command

Taylor committed Sep 12, 2024 at 14:34 UTC 5a3f39f1003fc0c93ff446e18c634b2fd32ec697
1 file changed +1
backend/app/integrations/scoutsuite/services/scoutsuite.py
+1
@@ -84,6 +84,7 @@ def construct_gcp_command(request: GCPScoutSuiteReportRequest):
84 "gcp",
85 "--service-account",
86 request.file_path,
87 + "--all-projects",
88 "--report-name",
89 request.report_name,
90 "--force",