Create ZAP.yml

This commit is contained in:
fal7w 2023-12-08 03:58:58 +03:00 committed by GitHub
parent 9e01997b46
commit 72e96484f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/ZAP.yml vendored Normal file
View 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/'