Skip to content

Commit

Permalink
addressed #284
Browse files Browse the repository at this point in the history
moved down to a warning.

Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Dec 13, 2023
1 parent 7478bab commit d5f0ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/ruleset_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func GetAPIServersRule() *model.Rule {
Recommended: true,
RuleCategory: model.RuleCategories[model.CategoryValidation],
Type: Validation,
Severity: model.SeverityError,
Severity: model.SeverityWarn,
Then: model.RuleAction{
Function: "oasAPIServers",
},
Expand Down

0 comments on commit d5f0ea3

Please sign in to comment.