mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
12 lines
275 B
YAML
12 lines
275 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
zap_scan:
|
|
runs-on: ubuntu-latest
|
|
name: Scan the webapplication
|
|
steps:
|
|
- name: OWASP ZAP Scan
|
|
runs-on: ubuntu-latest
|
|
uses: zaproxy/action-baseline@v0.4.0
|
|
with:
|
|
target: 'https://boards.wekan.team/sign-in'
|