Merge pull request #347 from knqyf263/update_readme

Update README
This commit is contained in:
Kota Kanbe
2017-02-19 09:57:28 +09:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -758,6 +758,13 @@ For more details, see [Architecture section](https://github.com/future-architect
port = "local"
```
### cronで動かす場合
RHEL/CentOSの場合、スキャン対象サーバの/etc/sudoersに以下を追加する必要がある。(user: vuls)
```
Defaults:vuls !requiretty
```
## Example: Scan containers (Docker/LXD)

View File

@@ -766,6 +766,12 @@ For more details, see [Architecture section](https://github.com/future-architect
port = "local"
```
### cron
If you use local scan mode for cron jobs, don't forget to add below line to `/etc/sudoers` on RHEL/CentOS. (username: vuls)
```
Defaults:vuls !requiretty
```
## Example: Scan containers (Docker/LXD)
It is common that keep containers running without SSHd daemon.