Skip to content

Commit

Permalink
fix: remove clustername from top level report struct
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
  • Loading branch information
bradleyjones committed Dec 21, 2022
1 parent d6e505d commit 5dadc7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecg/inventory/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ package inventory
type Report struct {
Timestamp string `json:"timestamp,omitempty"` // Should be generated using time.Now.UTC() and formatted according to RFC Y-M-DTH:M:SZ
Results []ReportItem `json:"results"`
ClusterName string `json:"cluster_name"`
InventoryType string `json:"inventory_type"`
}

0 comments on commit 5dadc7b

Please sign in to comment.