Skip to content

Commit

Permalink
add AttackChainDelete
Browse files Browse the repository at this point in the history
Signed-off-by: YiscahLevySilas1 <yiscahls@armosec.io>
  • Loading branch information
YiscahLevySilas1 committed Sep 4, 2023
1 parent 0822a7e commit f191af3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pulsar/common/attackchains/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ type AttackChainScanStatus struct {
ProcessingStatus string `json:"processingStatus,omitempty" bson:"processingStatus,omitempty"` // "processing"/ "done"
}

type AttackChainDelete struct {
ClusterName string `json:"clusterName,omitempty" bson:"clusterName,omitempty"`
CustomerGUID string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
}

func (acps *AttackChainScanStatus) GetCustomerGUID() string {
return acps.CustomerGUID
}
Expand Down

0 comments on commit f191af3

Please sign in to comment.