-
Notifications
You must be signed in to change notification settings - Fork 0
/
bearer.yml
31 lines (31 loc) · 906 Bytes
/
bearer.yml
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
disable-version-check: false
log-level: info
report:
fail-on-severity: critical,high,medium,low
format: ""
no-color: false
output: ""
report: security
severity: critical,high,medium,low,warning
rule:
disable-default-rules: false
only-rule: []
# ruby_lang_manual_html_sanitization - this generates lots of false positives for all the string manipulation this application does.
# since this application does not deal with user input or html, it is safe to skip for this repository
skip-rule: [ruby_lang_manual_html_sanitization]
scan:
context: ""
data_subject_mapping: ""
disable-domain-resolution: true
domain-resolution-timeout: 3s
exit-code: -1
external-rule-dir: []
force: false
hide_progress_bar: false
internal-domains: []
parallel: 0
quiet: false
scanner:
- sast
skip-path: []
skip-test: true