From ba77dcac67eca470d8940be7a26989508a02b701 Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Thu, 29 Sep 2022 18:09:22 +0530 Subject: [PATCH] Output total_findings as well --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index cc5e619..2855d13 100644 --- a/action.yml +++ b/action.yml @@ -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: