From d201efb029a8157156c9203fe05d877c7bd41f0f Mon Sep 17 00:00:00 2001 From: usiusi360 Date: Wed, 15 Mar 2017 13:53:42 +0900 Subject: [PATCH] Fix README --- README.ja.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.ja.md b/README.ja.md index 46555f34..96f4ee31 100644 --- a/README.ja.md +++ b/README.ja.md @@ -465,7 +465,7 @@ host = "172.31.4.82" #] #[servers.172-31-4-82.containers] #type = "lxd" # or "docker" -#indludes = ["${running}"] +#includes = ["${running}"] #excludes = ["container_name", "container_id"] ``` @@ -538,7 +538,7 @@ host = "172.31.4.82" #] #[servers.172-31-4-82.containers] #type = "lxd" # or "docker" - #indludes = ["${running}"] + #includes = ["${running}"] #excludes = ["container_name", "container_id"] ``` 下記serversセクションで値が指定されなかった場合のデフォルト値 @@ -799,7 +799,7 @@ Vulsは、DockerホストにSSHで接続し、`docker exec`でDockerコンテナ keyPath = "/home/username/.ssh/id_rsa" [servers.172-31-4-82.containers] - indludes = ["${running}"] + includes = ["${running}"] ``` - あるコンテナのみスキャン @@ -828,7 +828,7 @@ Vulsは、DockerホストにSSHで接続し、`docker exec`でDockerコンテナ keyPath = "/home/username/.ssh/id_rsa" [servers.172-31-4-82.containers] - indludes = ["${running}"] + includes = ["${running}"] excludes = ["container_name_a", "4aa37a8b63b9"] ``` diff --git a/README.md b/README.md index a0887e44..7ff10614 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ host = "172.31.4.82" #] #[servers.172-31-4-82.containers] #type = "lxd" # or "docker" -#indludes = ["${running}"] +#includes = ["${running}"] #excludes = ["container_name", "container_id"] ``` @@ -563,7 +563,7 @@ You can customize your configuration using this template. #] #[servers.172-31-4-82.containers] #type = "lxd" # or "docker" - #indludes = ["${running}"] + #includes = ["${running}"] #excludes = ["container_name", "container_id"] ``` @@ -796,7 +796,7 @@ For more details, see [Architecture section](https://github.com/future-architect keyPath = "/home/username/.ssh/id_rsa" [servers.172-31-4-82.containers] - indludes = ["${running}"] + includes = ["${running}"] ``` - To scan specific containers @@ -826,7 +826,7 @@ For more details, see [Architecture section](https://github.com/future-architect keyPath = "/home/username/.ssh/id_rsa" [servers.172-31-4-82.containers] - indludes = ["${running}"] + includes = ["${running}"] excludes = ["container_name_a", "4aa37a8b63b9"] ```