cisagov / ScubaGoggles

SCuBA Secure Configuration Baselines and assessment tool for Google Workspace
https://www.cisa.gov/resources-tools/services/secure-cloud-business-applications-scuba-project
Creative Commons Zero v1.0 Universal
164 stars 22 forks source link

Save ScubaGoggles Parameters/Config to JSON output #440

Open adhilto opened 1 month ago

adhilto commented 1 month ago

💡 Summary

Store the parameters specified/ the configuration in the JSON output.

Motivation and context

When reviewing the output after the fact, it can be useful from an analysts' perspective to know how ScubaGoggles was configured.

Implementation notes

ScubaGoggles args can easily be serialized as JSON, it's basically just a dict.

Acceptance criteria