fix: turn warning into success log

This commit is contained in:
Dries Augustyns
2026-04-21 22:08:07 +02:00
parent 91d0d2d297
commit b7eb2549d4
+1 -1
View File
@@ -815,7 +815,7 @@ Set confidence to 100 only if you are absolutely certain it's phishing.`,
`[PHISHING] Detected phishing content for project ${projectId} - Confidence: ${confidence}% - Reason: ${result.reason}`, `[PHISHING] Detected phishing content for project ${projectId} - Confidence: ${confidence}% - Reason: ${result.reason}`,
); );
} else { } else {
signale.warn(`[PHISHING] Passed phishing check for project: ${projectId}`); signale.success(`[PHISHING] Passed phishing check for project: ${projectId}`);
} }
// Auto-disable project if 100% confidence // Auto-disable project if 100% confidence