mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update ZAP.yml
This commit is contained in:
parent
2937446f64
commit
46d04c8915
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ZAP.yml
vendored
4
.github/workflows/ZAP.yml
vendored
|
|
@ -4,7 +4,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
zap_scan:
|
zap_scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
# - ubuntu-latest
|
||||||
|
- self-hosted
|
||||||
name: Scan the webapplication
|
name: Scan the webapplication
|
||||||
steps:
|
steps:
|
||||||
- name: ZAP Scan
|
- name: ZAP Scan
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue