diff --git a/core/pkg/resourcehandler/k8sresources.go b/core/pkg/resourcehandler/k8sresources.go index 46dc2977..17578c1f 100644 --- a/core/pkg/resourcehandler/k8sresources.go +++ b/core/pkg/resourcehandler/k8sresources.go @@ -232,7 +232,7 @@ func (k8sHandler *K8sResourceHandler) collectCloudResources(ctx context.Context, if !strings.Contains(err.Error(), cloudv1.NotSupportedMsg) { // Return error with useful info on how to configure credentials for getting cloud provider info logger.L().Debug("failed to get cloud data", helpers.String("resourceKind", resourceKind), helpers.Error(err)) - err = fmt.Errorf("failed to get %s descriptive information. Read more: https://hub.armosec.io/docs/kubescape-integration-with-cloud-providers", strings.ToUpper(k8sHandler.cloudProvider)) + err = fmt.Errorf("failed to get %s descriptive information. Read more: https://kubescape.io/docs/integrations/kubescape-integration-with-cloud-providers/", strings.ToUpper(k8sHandler.cloudProvider)) cautils.SetInfoMapForResources(err.Error(), cloudResources, sessionObj.InfoMap) } diff --git a/httphandler/examples/microservice/ks-deployment.yaml b/httphandler/examples/microservice/ks-deployment.yaml index 83356e05..24f83b1f 100644 --- a/httphandler/examples/microservice/ks-deployment.yaml +++ b/httphandler/examples/microservice/ks-deployment.yaml @@ -99,7 +99,7 @@ spec: fieldPath: metadata.namespace - name: "KS_SKIP_UPDATE_CHECK" # do not check latest version value: "true" - - name: KS_ENABLE_HOST_SCANNER # enable host scanner -> https://hub.armosec.io/docs/host-sensor + - name: KS_ENABLE_HOST_SCANNER # enable host scanner -> https://kubescape.io/docs/components/host-sensor/ value: "true" - name: KS_DOWNLOAD_ARTIFACTS # When set to true the artifacts will be downloaded every scan execution value: "true"