We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea08c2 commit e3248f7Copy full SHA for e3248f7
src/index.ts
@@ -110,7 +110,7 @@ async function displayResults() {
110
const commentStart = Date.now()
111
if (Object.values(issuesByTool).some((x) => x.length > 0) && getInput('token').length > 0) {
112
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.`
+ let message = ''
114
for (const [, issues] of Object.entries(issuesByTool)) {
115
if (issues.length > 0) {
116
message += issues
0 commit comments