Skip to content

Commit

Permalink
disable the Zap scan
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondhtet committed Jul 13, 2024
1 parent 451d109 commit 309aa1c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

zap_scan:
permissions: write-all
needs: deploy_to_s3
runs-on: ubuntu-latest
name: Zap Scan
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main

- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
with:
target: ${{ secrets.PROD_URL }}
# zap_scan:
# permissions: write-all
# needs: deploy_to_s3
# runs-on: ubuntu-latest
# name: Zap Scan
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# with:
# ref: main

# - name: ZAP Scan
# uses: zaproxy/action-full-scan@v0.10.0
# with:
# target: ${{ secrets.PROD_URL }}

0 comments on commit 309aa1c

Please sign in to comment.