Skip to content

Commit

Permalink
Update DAST-baseline.yml
Browse files Browse the repository at this point in the history
Added checkout to pull in rules file
  • Loading branch information
chad-butler-git authored Nov 21, 2024
1 parent 017a55e commit 46aa580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/DAST-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ env.AWS_DEFAULT_REGION }}

- name: Checkout
uses: actions/checkout@v4
with:
ref: master

- name: Run ZAP Baseline Scan
continue-on-error: true
Expand Down

0 comments on commit 46aa580

Please sign in to comment.