Skip to content

Commit

Permalink
remove ksersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval Leibovich committed Oct 26, 2023
1 parent 345cd12 commit 8944ca3
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 8944ca3

Please sign in to comment.