Done URL ref's before problematic ones

Signed-off-by: Yehudah Tor <yehudahtor@gmail.com>
This commit is contained in:
Yehudah Tor
2025-07-24 12:11:31 +03:00
parent a5b607ae2e
commit 5b351d5eec
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ var (
%[1]s list controls %[1]s list controls
Control documentation: Control documentation:
https://hub.armosec.io/docs/controls https://kubescape.io/docs/controls/
`, cautils.ExecName()) `, cautils.ExecName())
) )

View File

@@ -53,7 +53,7 @@ func getRootCmd(ks meta.IKubescape) *cobra.Command {
rootCmd := &cobra.Command{ rootCmd := &cobra.Command{
Use: "kubescape", Use: "kubescape",
Short: "Kubescape is a tool for testing Kubernetes security posture. Docs: https://hub.armosec.io/docs", Short: "Kubescape is a tool for testing Kubernetes security posture. Docs: https://kubescape.io/docs/",
Example: ksExamples, Example: ksExamples,
PersistentPreRun: func(cmd *cobra.Command, args []string) { PersistentPreRun: func(cmd *cobra.Command, args []string) {
k8sinterface.SetClusterContextName(rootInfo.KubeContext) k8sinterface.SetClusterContextName(rootInfo.KubeContext)

View File

@@ -29,7 +29,7 @@ var (
Run '%[1]s list controls' for the list of supported controls Run '%[1]s list controls' for the list of supported controls
Control documentation: Control documentation:
https://hub.armosec.io/docs/controls https://kubescape.io/docs/controls/
`, cautils.ExecName()) `, cautils.ExecName())
) )

View File

@@ -11,7 +11,7 @@ import (
) )
const ( const (
docsPrefix = "https://hub.armosec.io/docs" docsPrefix = "https://kubescape.io/docs/"
scanControlPrefix = "$ kubescape scan control" scanControlPrefix = "$ kubescape scan control"
controlNameHeader = "Control name" controlNameHeader = "Control name"
statusHeader = "" statusHeader = ""

View File

@@ -144,7 +144,7 @@ kubescape scan framework mitre
``` ```
#### Scan a control #### Scan a control
Scan for a specific control, using the control name or control ID. [See the list of controls](https://hub.armosec.io/docs/controls?utm_source=github&utm_medium=repository). Scan for a specific control, using the control name or control ID. [See the list of controls](https://kubescape.io/docs/controls/).
```bash ```bash
kubescape scan control c-0005 -v kubescape scan control c-0005 -v
@@ -331,7 +331,7 @@ kubescape scan image nginx:1.19.6 -v
### Scan periodically using Helm ### Scan periodically using Helm
We publish [a Helm chart](https://github.com/kubescape/helm-charts) for our in-cluster components. [Please follow the instructions here](https://hub.armosec.io/docs/installation-of-armo-in-cluster?utm_source=github&utm_medium=repository) We publish [a Helm chart](https://github.com/kubescape/helm-charts) for our in-cluster components. [Please follow the instructions here](https://kubescape.io/docs/install-operator/)
### VS Code Extension ### VS Code Extension