Skip to content

Commit bafd4b1

Browse files
committed
add ContinuousPostureScan to cluster config
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
1 parent 7b49b14 commit bafd4b1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

armometadata/armometadata.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ const (
1717
)
1818

1919
type ClusterConfig struct {
20-
ClusterName string `json:"clusterName"` // cluster name defined manually or from the cluster context
21-
AccountID string `json:"accountID"` // use accountID instead of customerGUID
22-
GatewayWebsocketURL string `json:"gatewayWebsocketURL"` // in-cluster gateway component websocket url
23-
GatewayRestURL string `json:"gatewayRestURL"` // in-cluster gateway component REST API url
24-
KubevulnURL string `json:"kubevulnURL"` // in-cluster kubevuln component REST API url
25-
KubescapeURL string `json:"kubescapeURL"` // in-cluster kubescape component REST API url
20+
ClusterName string `json:"clusterName"` // cluster name defined manually or from the cluster context
21+
AccountID string `json:"accountID"` // use accountID instead of customerGUID
22+
GatewayWebsocketURL string `json:"gatewayWebsocketURL"` // in-cluster gateway component websocket url
23+
GatewayRestURL string `json:"gatewayRestURL"` // in-cluster gateway component REST API url
24+
KubevulnURL string `json:"kubevulnURL"` // in-cluster kubevuln component REST API url
25+
KubescapeURL string `json:"kubescapeURL"` // in-cluster kubescape component REST API url
26+
ContinuousPostureScan bool `json:"continuousPostureScan"`
2627
armotypes.InstallationData
2728
}
2829

0 commit comments

Comments
 (0)