Hot fix - severities in yaml template for reporting

dev
ganoes 2021-09-02 16:37:49 +02:00
parent 7e80dec5e7
commit 5e78dedce6
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# Severities
# 1) Info
# 2) Low
# 3) Medium
# 4) High
# 5) Critical
# to specify which severities should be reported
allow-list:
severity: [4, 5]
# to specify which severities should be excluded from reporting
deny-list:
severity: [1, 2, 3]
#allow-list:
# severity: high,critical
#deny-list: