diff --git a/reporthandling/v2/datastructures.go b/reporthandling/v2/datastructures.go index b18d0903..d0b008e3 100644 --- a/reporthandling/v2/datastructures.go +++ b/reporthandling/v2/datastructures.go @@ -28,6 +28,7 @@ type PostureReport struct { Metadata Metadata `json:"metadata,omitempty"` PaginationInfo armoapi.PaginationMarks `json:"paginationInfo"` CustomerGUIDGenerated bool `json:"customerGUIDGenerated"` + TriggeredByCLI bool `json:"triggeredByCLI,omitempty"` } type ClusterMetadata struct {