Skip to content

Zap

Zap #20

Workflow file for this run

name: "Zap"
on:
push:
branches: [ "main" ]
schedule:
- cron: '25 18 * * 0'
jobs:
zap:
name: Zap
runs-on: ubuntu-latest
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://api.github.com/repos/db-ui/cicd-playground/branches'