-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzap.yaml
58 lines (52 loc) · 1012 Bytes
/
zap.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
env:
contexts:
- name: submit
urls:
- http://web:5000/
jobs:
- type: passiveScan-config
parameters:
maxAlertsPerRule: 10
scanOnlyInScope: true
- type: spider
parameters:
context: submit
- type: activeScan
parameters:
context: submit
policyDefinition:
defaultStrength: Low
defaultThreshold: 'Off'
- type: passiveScan-wait
parameters:
maxDuration: 1
- type: report
parameters:
template: traditional-md
reportDir: /zap/wrk/zap-working-dir/
reportFile: zap-report.md
risks:
- high
- medium
- low
- info
confidences:
- high
- medium
- low
- falsepositive
- type: report
parameters:
template: traditional-json
reportDir: /zap/wrk/zap-working-dir/
reportFile: zap-report.json
risks:
- high
- medium
- low
- info
confidences:
- high
- medium
- low
- falsepositive