cisagov / ScubaGoggles

SCuBA Security 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
128 stars 13 forks source link

Fix the sample report generation script to better parse nested JSON #307

Open buidav opened 4 weeks ago

buidav commented 4 weeks ago

💡 Summary

As part of the sample report generation process a script will parse thorough the output. The final output of the sample report differs from actual output in that the values of deeply nested JSON are stringified. This issue is to fix that problem.

Motivation and context

To make the sample report reflective of ScubaGoggles output.

Implementation notes

@buidav for the sample report generation script.

Acceptance criteria

When the sample reports are generated 1:1 with actual ScubaGoggles output.