MCPcopy
hub / github.com/FairwindsOps/polaris / IsActionable

Method IsActionable

pkg/config/severity.go:32–34  ·  view source on GitHub ↗

IsActionable returns true if the severity level is warning or error

()

Source from the content-addressed store, hash-verified

30
31// IsActionable returns true if the severity level is warning or error
32func (severity *Severity) IsActionable() bool {
33 return *severity == SeverityWarning || *severity == SeverityDanger
34}

Calls

no outgoing calls