From e4670a127fa19db82ab72d9caf42f18c20c55e96 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Fri, 17 Sep 2021 09:07:17 +1000 Subject: [PATCH] whitespace --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b16f455..9998580 100644 --- a/index.js +++ b/index.js @@ -233,7 +233,7 @@ const main = async () => { let finding_attributes = [] finding_detail.attributes.forEach((attribute) => { finding_attributes.push(`${attribute.key}=${attribute.value}`) - }) + }) console.log(`${index + 1}. ${finding_detail.name} (${finding_detail.severity}) ${finding_attributes.join(" ")}`) }) core.endGroup()