From 38f559e7e3882eab5c44ea3d44d57c48efc68db4 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Thu, 24 Oct 2024 20:01:26 +0530 Subject: [PATCH] Updated Flow --- .github/actions/rl-scanner/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/rl-scanner/action.yml b/.github/actions/rl-scanner/action.yml index a7df48fc..1cc77ece 100644 --- a/.github/actions/rl-scanner/action.yml +++ b/.github/actions/rl-scanner/action.yml @@ -59,7 +59,8 @@ runs: --version "${{ inputs.version }}" \ --repository "${{ inputs.repository }}" \ --commit "${{ inputs.commit }}" \ - --build-env "github_actions" + --build-env "github_actions" \ + --suppress-output # Check the outcome of the scanner if [ $? -ne 0 ]; then