Skip to content

Commit

Permalink
Merge pull request #432 from armosec/feature/cloud_event_target_parse
Browse files Browse the repository at this point in the history
add target field for cloud events
  • Loading branch information
amitschendel authored Jan 26, 2025
2 parents c73f6cc + 8aaeaf3 commit 93687f6
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 @@ -36,6 +36,8 @@ type CloudMetadata struct {
type EventData struct {
// AWSCloudTrail cloudtrail event
AWSCloudTrail *CloudTrailEvent `json:"awsCloudTrail,omitempty"`
// Target resource
TargetResource string `json:"targetResource,omitempty"`
// Add more cloud event data here
}

Expand Down

0 comments on commit 93687f6

Please sign in to comment.