Nightly DAST Scans #32
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: Nightly DAST Scans | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 3 * * *' | |
jobs: | |
owasp-zap-full-scan: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run OWASP Zap Full Scan | |
uses: zaproxy/[email protected] | |
with: | |
token: ${{ secrets.GIT_TOKEN }} | |
target: "https://staging.tailcf97d7.ts.net/docs/" | |
issue_title: "Nightly DAST Full Scan by OWASP ZAP - ${{ github.run_number }}" |