Skip to content

Commit

Permalink
Merge pull request #382 from armosec/cspm_consts
Browse files Browse the repository at this point in the history
fix checktypes + add both check type
  • Loading branch information
idohuber authored Oct 15, 2024
2 parents d64ff62 + dc4c64e commit 8331e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armotypes/cloudposturetypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const (
CloudCheckStatusSkipped = "SKIPPED"

CloudAutomatedCheckType = "AUTOMATED"
CloudManualCheckType = CloudCheckStatusFail
CloudManualCheckType = CloudCheckStatusManual
CloudManualAndAutomated = CloudAutomatedCheckType + "/" + CloudManualCheckType
)

var CloudCheckStatusToInt = map[string]int{
Expand Down

0 comments on commit 8331e29

Please sign in to comment.