Skip to content

Commit

Permalink
Update Wrapper Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Oct 23, 2024
1 parent af0f382 commit 195cc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip install boto3 requests
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PRODSEC_TOOLS_ARN }}
aws-region: us-east-1
Expand All @@ -79,7 +79,7 @@ jobs:
WRAPPER_INDEX_URL: "https://${{ secrets.PRODSEC_TOOLS_USER }}:${{ secrets.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
PYTHONUNBUFFERED: 1
run: |
pip install rl-wrapper --index-url "$WRAPPER_INDEX_URL" && \
pip install rl-wrapper==0.0.2 --index-url "$WRAPPER_INDEX_URL" && \
rl-wrapper \
--artifact "${{ steps.output_build_artifact.outputs.scanfile }}" \
--version "${{ steps.get_version.outputs.version }}" \
Expand Down

0 comments on commit 195cc02

Please sign in to comment.