From e370dfecaf54b4e502b42301105f8c81fe122f09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:24:38 +0000 Subject: [PATCH 1/2] Initial plan From 35312fd09b710af86187ed92615f7dbe1fadaa77 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:25:52 +0000 Subject: [PATCH 2/2] fix: correct rl-wrapper flag from --suppress_output to --suppress-output Co-authored-by: sanchitmehtagit <246215521+sanchitmehtagit@users.noreply.github.com> --- .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 9fd39bc9..ca6a2c80 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