checker: report skipped rules as StatusUnknown
Skipped tests that are not problematic should be UNKNOWN rather than INFO; the affected rules cannot evaluate without their input, so they are non-evaluations, not findings.
This commit is contained in:
parent
8b38c43b8a
commit
d73502b0e2
4 changed files with 8 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
// Version is overridden at link time by the build, or by the plugin loader.
|
||||
var Version = "built-in"
|
||||
|
||||
func Definition() *sdk.CheckerDefinition {
|
||||
func (p *autoconfigProvider) Definition() *sdk.CheckerDefinition {
|
||||
return &sdk.CheckerDefinition{
|
||||
ID: "email-autoconfig",
|
||||
Name: "Email Autoconfiguration",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue