Skip to content

ZAP Baseline Scan

ZAP Baseline Scan #13

Workflow file for this run

name: ZAP Baseline Scan
on:
schedule:
- cron: "0 0 * * 2"
workflow_dispatch:
permissions:
issues: write
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the application
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.13.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://develop.d3kjwk6i5to4jv.amplifyapp.com/'