Skip to content

Commit d3d4eba

Browse files
author
Marco Franceschi
committed
fix: Display findings result properly
1 parent 251a31f commit d3d4eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/policyPack/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default class PolicyPackPlugin extends Plugin {
285285
)
286286

287287
if (!isEmpty(results)) {
288-
this.displayResults(groupBy(results, 'severity'))
288+
this.displayResults(groupBy(results, 'rule.severity'))
289289

290290
this.logger.info(
291291
`For more information, you can query ${chalk.italic.green(

0 commit comments

Comments
 (0)