Skip to content

DAST Scan

DAST Scan #824

Workflow file for this run

name: DAST Scan
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'owasp/zap2docker-stable'
format: openapi
target: 'https://ndc-dev.apps.cloudpub.testedev.istat.it/'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'