Open
Description
User story
As a user of the CLI or CI actions I want to have small and concise reports by default. At the moment the reports (terminal, MD, JSON) are verbose and big in file size.
Acceptance criteria
- The terminal report of
utils
package needs to accept options to print a reduced report by default - The MD as well as JSON reports of the
utils
package needs to accept options to create a reduced report by default - The GitHub action needs to accept options to create a reduced diff report by default
Implementation details
Delivery plan:
- Add options to filter by score of category groups or audit #957
- Reduced markdown report output - only failing scores #959
- Reduced json report output - only failing scores #960
- Reduced markdown report output - exclude details #961
- Reduced JSON report output - exclude details #962
- Reduced output for the report diff added in PR #964