Skip to content

Commit

Permalink
update fortify scan
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 12, 2023
1 parent e6fc1e4 commit 5d59590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fortify_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
persist-credentials: false

- name: Configure AWS credentials for fetching fortify resources
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 #v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
role-session-name: GHAFortifySession
role-duration-seconds: 900
mask-aws-account-id: true

- name: Download License
run: |
Expand Down

0 comments on commit 5d59590

Please sign in to comment.