diff --git a/shiftleft.yml b/shiftleft.yml index 220d4baf..6bc1bbfa 100644 --- a/shiftleft.yml +++ b/shiftleft.yml @@ -6,7 +6,8 @@ build_rules: - insight - "*" severity: - - SEVERITY_MEDIUM_IMPACT - - SEVERITY_HIGH_IMPACT - - SEVERITY_LOW_IMPACT - threshold: 0 \ No newline at end of file + - critical + - high + - medium + - low + threshold: 0