Skip to content

ZAP Baseline Scan

ZAP Baseline Scan #2

Workflow file for this run

name: ZAP Baseline Scan
on:
push:
branches:
- develop
pull_request:
branches:
- develop
workflow_dispatch:
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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: 'https://www.zaproxy.org'