-
Notifications
You must be signed in to change notification settings - Fork 48
/
dast-zap-apisec-config.yaml
54 lines (54 loc) · 1.16 KB
/
dast-zap-apisec-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
---
env:
contexts:
- name: "Default Context"
urls:
- "http://host.docker.internal:8080"
includePaths:
- "http://host.docker.internal:8080.*"
excludePaths: []
authentication:
parameters: {}
verification:
method: "response"
pollFrequency: 60
pollUnits: "requests"
sessionManagement:
method: "cookie"
parameters: {}
parameters:
failOnError: true
failOnWarning: false
progressToStdout: true
vars: {}
jobs:
- parameters:
maxAlertsPerRule: 0
scanOnlyInScope: true
maxBodySizeInBytesToScan: 0
enableTags: false
rules: []
name: "passiveScan-config"
type: "passiveScan-config"
- parameters:
apiFile: ""
apiUrl: ""
targetUrl: "http://host.docker.internal:8080/eb/v1/*"
context: "Default Context"
name: "openapi"
type: "openapi"
- parameters: {}
name: "passiveScan-wait"
type: "passiveScan-wait"
- parameters: {}
policyDefinition:
rules: []
name: "activeScan"
type: "activeScan"
- parameters:
template: "risk-confidence-html"
reportDir: ""
reportTitle: "ZAP Scanning Report"
reportDescription: ""
name: "report"
type: "report"