update 22
This commit is contained in:
@@ -23,6 +23,9 @@ public class Pattern {
|
||||
@Column(nullable = false, length = 1000)
|
||||
private String regex; // 정규식
|
||||
|
||||
@Column(length = 1000)
|
||||
private String excludeRegex; // 제외 정규식 (매칭되면 에러에서 제외)
|
||||
|
||||
@Column(nullable = false)
|
||||
private String severity; // CRITICAL, ERROR, WARN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user