-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathbearer.yml
More file actions
35 lines (35 loc) · 794 Bytes
/
bearer.yml
File metadata and controls
35 lines (35 loc) · 794 Bytes
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
disable-version-check: false
report:
exclude-fingerprint: []
format: ""
no-color: false
output: ""
report: security
severity: critical,high,medium,low,warning
rule:
disable-default-rules: false
only-rule: []
skip-rule: []
scan:
context: ""
data_subject_mapping: ""
disable-domain-resolution: true
domain-resolution-timeout: 3s
external-rule-dir: []
force: false
internal-domains: []
log-level: info
parallel: 0
quiet: false
debug: true
scanner:
- sast
- secrets
skip-path:
- packages/dbml-connector/__tests__/**
- packages/dbml-connector/testHelpers.ts
- packages/dbml-cli/__tests__/**
- packages/dbml-cli/testHelpers.ts
- packages/dbml-core/__tests__/**
- packages/dbml-parse/__tests__/**
- dbml-homepage/docs/**