Skip to content

Commit 1d6ed25

Browse files
authored
Update entrypoint.js
1 parent f1069c8 commit 1d6ed25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,11 +417,10 @@ const processReport = function () {
417417
securityServerity.info += v.severity == 'Unknown' ? 1 : 0
418418
return {
419419
index: idx + 1,
420-
name: v.name.truncateLeft(30),
421420
severity: v.severity == 'Unknown' ? 'Information' : (v.severity || ''),
422421
category: v.category || '',
423422
identifier: (v.identifiers || []).map(i => i.type == 'cwe' ? undefined : i.value).filter(o => o),
424-
location: v.location.file.truncateLeft(30)
423+
location: v.location.file.truncateLeft(40)
425424
}
426425
}))
427426
if (securityServerity.critical || securityServerity.high) {

0 commit comments

Comments
 (0)