🌱 Add OutcomeNotApplicable (#3539)

Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
AdamKorcz 2023-10-09 23:16:12 +01:00 committed by GitHub
parent 74c57cd1bc
commit 034e6b2ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.