From c599dc9e4ab476bdbc7dfef0dd3728dd2d355c4c Mon Sep 17 00:00:00 2001 From: Christiaan de Wet <125261483+Christiaan-de-Wet@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:26:06 +0100 Subject: [PATCH] fix(COD-5327): remove heading message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index be9963c7..4e3c5d31 100644 --- a/src/index.ts +++ b/src/index.ts @@ -110,7 +110,7 @@ async function displayResults() { const commentStart = Date.now() if (Object.values(issuesByTool).some((x) => x.length > 0) && getInput('token').length > 0) { info('Posting comment to GitHub PR as there were new issues introduced:') - let message = `Lacework Code Security found potential new issues in this PR.` + let message = '' for (const [, issues] of Object.entries(issuesByTool)) { if (issues.length > 0) { message += issues