Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit ee3f8f6

Browse files
Merge pull request #18 from armosec/fix-cluster-name
fix json
2 parents 5c18c45 + 203a31c commit ee3f8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerscan/commondatastructures.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type CommonContainerScanSummaryResult struct {
9090
WLID string `json:"wlid"`
9191
ImageID string `json:"imageHash"`
9292
ImageTag string `json:"imageTag"`
93-
ClusterName string `json:"clusterName"`
93+
ClusterName string `json:"cluster"`
9494
Namespace string `json:"namespace"`
9595
ContainerName string `json:"containerName"`
9696
ImageTagSuffix string `json:"versionImage"`

0 commit comments

Comments
 (0)