diff --git a/finding/finding.go b/finding/finding.go index 4d9b2ca8..b9b8507e 100644 --- a/finding/finding.go +++ b/finding/finding.go @@ -84,6 +84,12 @@ const ( _ // OutcomeNotSupported indicates a non-supported outcome. OutcomeNotSupported + _ + _ + _ + // OutcomeNotApplicable indicates if a finding should not + // be considered in evaluation. + OutcomeNotApplicable ) // Finding represents a finding.