Skip to content

Commit e3248f7

Browse files
fix(COD-5327): remove heading message (#225)
1 parent 2ea08c2 commit e3248f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function displayResults() {
110110
const commentStart = Date.now()
111111
if (Object.values(issuesByTool).some((x) => x.length > 0) && getInput('token').length > 0) {
112112
info('Posting comment to GitHub PR as there were new issues introduced:')
113-
let message = `Lacework Code Security found potential new issues in this PR.`
113+
let message = ''
114114
for (const [, issues] of Object.entries(issuesByTool)) {
115115
if (issues.length > 0) {
116116
message += issues

0 commit comments

Comments
 (0)