You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the CLI I want to have meaningful markdown reports.
The current markdown report includes audit details. Especially in configurations with audits that have a lot of details, the markdown report is polluted. This makes it hard to find the important data and consume it and big in file size.
The markdown report should not show details of audits.
Acceptance criteria
by default the markdown report should include audit details
if the flag --reporting.hideDetails is passed we do not display audit details.
Implementation details
No response
The text was updated successfully, but these errors were encountered:
User story
As a user of the CLI I want to have meaningful markdown reports.
The current markdown report includes audit details. Especially in configurations with audits that have a lot of details, the markdown report is polluted. This makes it hard to find the important data and consume it and big in file size.
The markdown report should not show details of audits.
Acceptance criteria
--reporting.hideDetails
is passed we do not display audit details.Implementation details
No response
The text was updated successfully, but these errors were encountered: