Skip to content

chore: first test

chore: first test #1

Workflow file for this run

name: "ZAPWEB"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '36 0 * * 1'
jobs:
zap_scan:
runs-on: ubuntu-latest
name: Scan the webapplication
steps:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://localhost:4200'