-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzap.yaml
62 lines (56 loc) · 1.12 KB
/
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
59
60
61
62
env:
contexts:
- name: digital-land-platform
urls:
- http://web:8000/
parameters:
failOnError: true
failOnWarning: true
progressToStdout: true
jobs:
- type: passiveScan-config
parameters:
maxAlertsPerRule: 10
scanOnlyInScope: true
- type: spider
parameters:
context: digital-land-platform
- type: activeScan
parameters:
context: digital-land-platform
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