mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
16 lines
295 B
YAML
16 lines
295 B
YAML
name: ZAP Full Scan
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
zap_scan:
|
|
runs-on:
|
|
# - ubuntu-latest
|
|
- self-hosted
|
|
name: Scan the webapplication
|
|
steps:
|
|
- name: ZAP Scan
|
|
uses: zaproxy/action-full-scan@v0.8.0
|
|
with:
|
|
target: 'https://erp.fintechsys.net/'
|
|
|