Skip to content

Commit

Permalink
Merge pull request #166 from armosec/ac-struct-fix
Browse files Browse the repository at this point in the history
remove ACName
  • Loading branch information
yuleib authored Oct 26, 2023
2 parents 66a2c9c + 1e5693d commit fa0afcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions broadcastevents/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type EventBase struct {
type AttackChainCreated struct {
EventBase `json:",inline"`
ClusterName string `json:"clusterName"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
ACFirstSeeing string `json:"ACFirstSeeing"`
Expand All @@ -28,7 +27,6 @@ type AttackChainCreated struct {
type AttackChainResolved struct {
EventBase `json:",inline"`
ClusterName string `json:"clusterName"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
ACFirstSeeing string `json:"ACFirstSeeing"`
Expand Down

0 comments on commit fa0afcc

Please sign in to comment.