Skip to content

Commit d04a909

Browse files
authored
Update entrypoint.js
1 parent 58d2376 commit d04a909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ const processReport = function () {
420420
severity: v.severity == 'Unknown' ? 'Information' : (v.severity || ''),
421421
category: v.category || '',
422422
identifier: (v.identifiers || []).map(i => i.type == 'cwe' ? undefined : i.value).filter(o => o),
423-
location: v.location.file.truncateLeft(40),
423+
location: v.location.file.truncateLeft(30),
424424
lines: `${v.location.start_line}/${v.location.end_line}`
425425
}
426426
}))

0 commit comments

Comments
 (0)