From 73d6dc1c79bb0dd2e22055940d75864ff7592ec1 Mon Sep 17 00:00:00 2001 From: sanchitmehta94 Date: Mon, 2 Mar 2026 18:06:24 +0530 Subject: [PATCH] fix: correct rl-wrapper 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 b55195740..1d343e61c 100644 --- a/.github/actions/rl-scanner/action.yml +++ b/.github/actions/rl-scanner/action.yml @@ -55,7 +55,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