Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 committed Feb 17, 2017
1 parent a6f0c55 commit 902a188
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 902a188

Please sign in to comment.