diff --git a/.github/actions/rl-scanner/action.yml b/.github/actions/rl-scanner/action.yml index 03c378a0..7a2b7746 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.0 --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.6 --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 diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index ac3c1aa3..a10b2419 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -63,7 +63,7 @@ jobs: - name: Get Artifact Version id: get_version - run: echo "version=$(cat .version)" >> $GITHUB_ENV + uses: ./.github/actions/get-version - name: Run RL Scanner id: rl-scan-conclusion