From 1dd8fdaf3ebb133a508164311fc3758fb372a301 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Fri, 27 Mar 2026 19:00:09 +0530 Subject: [PATCH] fix: correct typo in RL Scanner action flag from --suppress_output to --suppress-output --- .github/actions/rl-scanner/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rl-scanner/action.yml b/.github/actions/rl-scanner/action.yml index b152a874..4db68930 100644 --- a/.github/actions/rl-scanner/action.yml +++ b/.github/actions/rl-scanner/action.yml @@ -54,7 +54,7 @@ runs: --repository "${{ github.repository }}" \ --commit "${{ github.sha }}" \ --build-env "github_actions" \ - --suppress_output + --suppress-output # Check the outcome of the scanner if [ $? -ne 0 ]; then