Skip to content

Commit

Permalink
Merge pull request #161 from dpensi/CCXDEV-5613
Browse files Browse the repository at this point in the history
updated impact type
  • Loading branch information
dpensi authored Sep 30, 2021
2 parents 2fa3030 + d14e8f8 commit 0710594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ var (
TotalRisk: (RuleErrorKey2.Impact + RuleErrorKey2.Likelihood) / 2,
Metadata: types.ErrorKeyMetadata{
Description: RuleErrorKey2.Description,
Impact: ImpactIntToStr[RuleErrorKey2.Impact],
Impact: RuleErrorKey2.Impact,
Likelihood: RuleErrorKey2.Likelihood,
PublishDate: timeToStr(RuleErrorKey2.PublishDate),
Status: statusToStr(RuleErrorKey2.Active),
Expand Down

0 comments on commit 0710594

Please sign in to comment.