Skip to content

Commit

Permalink
Output total_findings as well
Browse files Browse the repository at this point in the history
  • Loading branch information
karanshah229 committed Sep 29, 2022
1 parent 7c2541c commit ba77dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ outputs:
blocker_findings:
description: "The number of findings of severity BLOCKER"
value: ${{ steps.cc.outputs.blocker }}
total_findings:
description: "The total number of findings"
value: ${{ steps.cc.outputs.total }}
runs:
using: "composite"
steps:
Expand Down

0 comments on commit ba77dca

Please sign in to comment.