Skip to content

Commit

Permalink
Merge pull request #165 from armosec/ac-struct-fix
Browse files Browse the repository at this point in the history
remove ksersion
  • Loading branch information
yuleib authored Oct 26, 2023
2 parents ba9c5e6 + 8944ca3 commit 66a2c9c
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"`
KSVersion string `json:"kubescapeVersion,omitempty"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
Expand All @@ -29,7 +28,6 @@ type AttackChainCreated struct {
type AttackChainResolved struct {
EventBase `json:",inline"`
ClusterName string `json:"clusterName"`
KSVersion string `json:"kubescapeVersion,omitempty"`
ACName string `json:"ACName"`
ACId string `json:"ACId"`
ACType string `json:"ACType"`
Expand Down

0 comments on commit 66a2c9c

Please sign in to comment.