Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjurkiewicz committed Sep 24, 2021
1 parent 4d861db commit e4670a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e4670a1

Please sign in to comment.