Skip to content

Commit

Permalink
🌱 Add OutcomeNotApplicable (#3539)
Browse files Browse the repository at this point in the history
Signed-off-by: AdamKorcz <adam@adalogics.com>
  • Loading branch information
AdamKorcz authored Oct 9, 2023
1 parent 74c57cd commit 034e6b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions finding/finding.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 034e6b2

Please sign in to comment.