We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5611cdd commit 56cd6bcCopy full SHA for 56cd6bc
1 file changed
src/reporters/console-reporter.ts
@@ -117,7 +117,7 @@ export function printConsoleReport(result: AuditResult): void {
117
}
118
119
if (result.status === 'not_applicable') {
120
- console.log(chalk.yellow.bold(' ⚪ Audit NOT APPLICABLE — no analyzable source code detected.'));
+ console.log(chalk.yellow.bold(' ⚪ Audit skipped — no analyzable source.'));
121
} else if (passed) {
122
console.log(chalk.green.bold(' ✅ Audit PASSED — no critical or high severity issues.'));
123
} else {
0 commit comments