From ca927dec30d407f9faa3adf7c16fbbdf8acbebbe Mon Sep 17 00:00:00 2001 From: dwertent Date: Thu, 28 Oct 2021 10:05:30 +0300 Subject: [PATCH] update naming convention --- README.md | 4 ++-- examples/cronJob-support/README.md | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5eb5c4b..346bd776 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,13 @@ Set-ExecutionPolicy RemoteSigned -scope CurrentUser ### Examples -* Scan a running Kubernetes cluster with [`nsa`](https://www.nsa.gov/News-Features/Feature-Stories/Article-View/Article/2716980/nsa-cisa-release-kubernetes-hardening-guidance/) framework and submit results to [ARMO portal](https://portal.armo.cloud/) +* Scan a running Kubernetes cluster with [`nsa`](https://www.nsa.gov/News-Features/Feature-Stories/Article-View/Article/2716980/nsa-cisa-release-kubernetes-hardening-guidance/) framework and submit results to the [Kubescape SaaS version](https://portal.armo.cloud/) ``` kubescape scan framework nsa --submit ``` -* Scan a running Kubernetes cluster with [`MITRE ATT&CK®`](https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/) framework and submit results to [ARMO portal](https://portal.armo.cloud/) +* Scan a running Kubernetes cluster with [`MITRE ATT&CK®`](https://www.microsoft.com/security/blog/2021/03/23/secure-containerized-environments-with-updated-threat-matrix-for-kubernetes/) framework and submit results to the [Kubescape SaaS version](https://portal.armo.cloud/) ``` kubescape scan framework mitre --submit ``` diff --git a/examples/cronJob-support/README.md b/examples/cronJob-support/README.md index 6d4c3d3f..ae21905f 100644 --- a/examples/cronJob-support/README.md +++ b/examples/cronJob-support/README.md @@ -7,7 +7,7 @@ You can scan your cluster repeatedly by adding a `CronJob` that will repeatedly ## Scanning & Submitting -If you wish to repeatedly scan and submit the result to the [SaaS UI](https://portal.armo.cloud/) where you can benefit the features the SaaS version provides, please follow this instructions -> +If you wish to repeatedly scan and submit the result to the [Kubescape SaaS version](https://portal.armo.cloud/) where you can benefit the features the SaaS version provides, please follow this instructions -> 1. Apply kubescape namespace ``` @@ -26,7 +26,7 @@ If you wish to repeatedly scan and submit the result to the [SaaS UI](https://po * Set cluster name: Run `kubectl config current-context` and set the result in the `data.clusterName` field * Set account ID: - 1. Navigate to the [SaaS UI](https://portal.armo.cloud/) and login/sign up for free + 1. Navigate to the [Kubescape SaaS version](https://portal.armo.cloud/) and login/sign up for free 2. Click the `Add Cluster` button on the top right of the page add-cluster 3. Copy the value of `--account` and set it in the `data.customerGUID` field @@ -54,9 +54,9 @@ If you wish to repeatedly scan and submit the result to the [SaaS UI](https://po kubectl apply ks-configMap.yaml ``` -4. Apply cronJob - Before you apply the cronJob, make sure the scanning frequency suites your needs +4. Apply CronJob + Before you apply the cronJob, make sure the scanning frequency suites your needs ``` kubectl apply ks-cronJob-submit.yaml ``` @@ -75,10 +75,9 @@ If you wish to repeatedly scan but not submit the scan results, follow this inst kubectl apply ks-serviceAccount.yaml ``` -3. Apply cronJob +3. Apply CronJob Before you apply the cronJob, make sure the scanning frequency suites your needs - ``` kubectl apply ks-cronJob-non-submit.yaml ``` \ No newline at end of file