Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README #383

Merged
merged 1 commit into from
Mar 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```

Expand Down Expand Up @@ -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セクションで値が指定されなかった場合のデフォルト値
Expand Down Expand Up @@ -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}"]
```

- あるコンテナのみスキャン
Expand Down Expand Up @@ -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"]
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```

Expand Down Expand Up @@ -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"]
```

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"]
```

Expand Down