update readme closes #107

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-16 05:07:17 -04:00
parent e8db6b2f9d
commit 72d57df81d
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -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:**