Skip to content

.github/workflows/zap-full-scan.yml #234

.github/workflows/zap-full-scan.yml

.github/workflows/zap-full-scan.yml #234

Workflow file for this run

on:
workflow_dispatch:
schedule:
# Runs every week on sunday
- cron: '0 0 * * 0'
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Full Scan ZAP website
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: ZAP Scan
uses: zaproxy/action-full-scan@master
with:
target: 'https://www.zaproxy.org/'
# rules_file_name: '.github/workflows/rules.tsv'