Update zap.yml #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: OWASP ZAP Scan | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
owasp-zap-scan: | |
runs-on: ubuntu-latest | |
steps: | |
# Step 1: Check out the code from the repository | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: ZAP Scan | |
uses: zaproxy/action-full-scan@v0.12.0 | |
with: | |
target: 'https://igsglobal.com/our-solutions' |