We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a5c6a commit ab9b932Copy full SHA for ab9b932
packages/cli/src/commands/scan/output-scan-report.mts
@@ -96,12 +96,6 @@ export async function outputScanReport(
96
process.exitCode = 1;
97
}
98
99
- // I don't think we emit the default error message with banner for an unhealthy report, do we?
100
- // if (!scanReport.data.healthy) {
101
- // logger.fail(failMsgWithBadge(scanReport.message, scanReport.cause))
102
- // return
103
- // }
104
-
105
if (
106
outputKind === OUTPUT_JSON ||
107
(outputKind === OUTPUT_TEXT && filepath && filepath.endsWith('.json'))
0 commit comments