Skip to content

Commit

Permalink
Merge pull request #437 from armosec/addcdrprovider
Browse files Browse the repository at this point in the history
Add Provider field to CdrAlertBatch struct
  • Loading branch information
kooomix authored Feb 6, 2025
2 parents 8458459 + 2d60f80 commit cb387d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions armotypes/cdr/cdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ type CdrAlertBatch struct {
CustomerGUID string `json:"customerGUID,omitempty"`
// CloudAccountID is the unique identifier of the cloud account
CloudAccountID string `json:"cloudAccountID,omitempty"`
// Provider is the cloud provider
Provider CloudProvider `json:"provider,omitempty"`
// RuleFailures is the list of rule failures
RuleFailures []CdrAlert `json:"ruleFailures,omitempty"`
}

0 comments on commit cb387d8

Please sign in to comment.