Skip to content

Commit

Permalink
configure test aws
Browse files Browse the repository at this point in the history
  • Loading branch information
itaimarongwe-okta committed Sep 24, 2024
1 parent d3613ab commit 3a3cd65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
pip install --upgrade pip
pip install -r scripts/requirements.txt
- name: Configure test AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.TEST_AWS_ARN }}
aws-region: us-east-1
mask-aws-account-id: true

- name: Run Reversing Labs Wrapper Scanner
env:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
Expand Down

0 comments on commit 3a3cd65

Please sign in to comment.