mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
Create ZAP.yml
This commit is contained in:
parent
9e01997b46
commit
72e96484f2
1 changed files with 13 additions and 0 deletions
13
.github/workflows/ZAP.yml
vendored
Normal file
13
.github/workflows/ZAP.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: ZAP Full Scan
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
zap_scan:
|
||||
runs-on: ubuntu-latest
|
||||
name: Scan the webapplication
|
||||
steps:
|
||||
- name: ZAP Scan
|
||||
uses: zaproxy/action-full-scan@v0.8.0
|
||||
with:
|
||||
target: 'https://erp.fintechsys.net/'
|
||||
Loading…
Reference in a new issue