From 72d57df81d9f71526e7e03d5571d0301156f4e8f Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 16 Jul 2018 05:07:17 -0400 Subject: [PATCH] update readme closes #107 Signed-off-by: Jess Frazelle --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e5399b2e..ef1b314e 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,14 @@ It will run vulnerability scanning if you have a [CoreOS Clair](https://github.com/coreos/clair) server set up and pass the url with the `--clair` flag. +The server will generate the static assets and you can exit after with the +`--once` flag. By default it will run in a daemon mode and generate the +`index.html` and serve it as a static asset but the tags pages will be loaded +dynamically. This is so that vulnerability scanning can be done on the fly. + +_However_, if you run with `--once` you will still get the static tags assets +as well. + There is a demo at [r.j3ss.co](https://r.j3ss.co). **Usage:**