From 27a3548ff3034efd2ca5d4d41a1980e1953206dc Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 3 Jun 2025 12:11:06 +0530 Subject: [PATCH] Revert "Updated RL-wrapper version" This reverts commit 6364eab0037b13874d26b200daff89c494cbf71a. --- .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 075dbb867d..eb0171342a 100644 --- a/.github/actions/rl-scanner/action.yml +++ b/.github/actions/rl-scanner/action.yml @@ -31,7 +31,7 @@ runs: - name: Install RL Wrapper shell: bash run: | - pip install "rl-wrapper>=1.0.9" --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple" + pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple" - name: Run RL Scanner shell: bash