UnitVectorY-Labs / serviceauditreport

A tool for auditing and reporting on the configuration compliance of various services
Apache License 2.0
0 stars 0 forks source link

Reporter: Basic Implementation #7

Open JaredHatfield opened 3 months ago

JaredHatfield commented 3 months ago

Tracking the progress of implementing the Reporter implementation.

The responsibility for the reporter is best summarized as it takes the raw input (JSON) from the collector and the analyzer and reformats that into the pretty output formats. The initial output format supported will be Markdown. The intent here is that the terminal phase will be able to create pretty looking content for display. However, other formats are intended to be supported such as CSV or other formats that may be valuable depending on the various use cases arise.