Please allow to configure a quality gate in the Maven plugin. The quality gate should consist out of one or more severities (https://github.com/adobe/aem-dispatcher-optimizer-tool/blob/main/core/src/main/java/com/adobe/aem/dot/common/analyzer/Severity.java) connected with a threshold (number of issues in that severity which are still acceptable). That allows to enforce some best practices without someone manually looking at the report. Particularly useful for CI builds.