From 902a1888d49f436e4a43be497ae6749e8e6f8d27 Mon Sep 17 00:00:00 2001 From: knqyf263 Date: Fri, 17 Feb 2017 18:24:22 +0900 Subject: [PATCH] Update README --- README.ja.md | 7 +++++++ README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/README.ja.md b/README.ja.md index 289f86f43b..a16683438f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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) diff --git a/README.md b/README.md index 985aa9c9dd..3ee8add1fe 100644 --- a/README.md +++ b/README.md @@ -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.