Weekly OWASP ZAP Baseline Scan on Test Site #7
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: Weekly OWASP ZAP Full Scan on Test | |
on: | |
schedule: | |
# Runs every week at 01:00 Sunday Morning. | |
- cron: '0 1 * * 0' | |
workflow_dispatch: | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
zap_scan: | |
runs-on: ubuntu-latest | |
name: Scan ZAP Test Site | |
steps: | |
- name: ZAP Scan | |
uses: zaproxy/action-full-scan@v0.9.0 | |
with: | |
target: "https://test-drivebc.apps.gold.devops.gov.bc.ca/" | |
# rules_file_name: ".zap/rules.tsv" |