aquasecurity / chain-bench

An open-source tool for auditing your software supply chain stack for security compliance based on a new CIS Software Supply Chain benchmark.
Apache License 2.0
715 stars 62 forks source link

Show showing all columns in the CLI table #77

Closed MartinPetkov closed 2 years ago

MartinPetkov commented 2 years ago

The CLI format table has static columns, but the JSON results file has more data that is worth showing in the table, particularly "Remediation". Presumably the goal is for someone to see the results and try to improve them, and it's easier to see the remediation suggestions in table form than in JSON.

naortalmor1 commented 2 years ago

Yep, today we have more fields in the JSON output than the table output because we want to keep the table as lean as possible and display only the run summary. There are some long remediation instructions so it might hurt the table view.