Skip to content

Nightly DAST Scans

Nightly DAST Scans #32

Workflow file for this run

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 }}"