Skip to content

refactor: try out new ubuntu version (#122) #40

refactor: try out new ubuntu version (#122)

refactor: try out new ubuntu version (#122) #40

Workflow file for this run

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