-
Notifications
You must be signed in to change notification settings - Fork 48
/
dast-zap-config.yaml
63 lines (63 loc) · 1.54 KB
/
dast-zap-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
env:
contexts:
- authentication:
parameters: {}
verification:
method: response
pollFrequency: 60
pollUnits: requests
excludePaths: []
includePaths: []
name: Default Context
sessionManagement:
method: cookie
parameters: {}
urls:
- http://host.docker.internal:8080
parameters:
failOnError: true
failOnWarning: false
progressToStdout: true
vars: {}
jobs:
- name: passiveScan-config
parameters:
enableTags: false
scanOnlyInScope: true
rules: []
type: passiveScan-config
- name: spider
parameters: {}
tests:
- name: At least 1 URL found
onFail: INFO
operator: '>='
statistic: automation.spider.urls.added
type: stats
value: 1
type: spider
- name: spiderAjax
parameters: {}
tests:
- name: At least 1 URL found
onFail: INFO
operator: '>='
statistic: spiderAjax.urls.added
type: stats
value: 1
type: spiderAjax
- name: passiveScan-wait
parameters: {}
type: passiveScan-wait
- name: activeScan
parameters: {}
policyDefinition:
rules: []
type: activeScan
- name: report
parameters:
reportDescription: ""
reportDir: /path/output
reportFile: ZAP-Report
template: traditional-json
type: report