Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,10 @@ Web servers and other standalone services run with Clojure CLI tools

| Command | Description |
|--------------------------------------------------+--------------------------------------------------------------------|
| `clojure -M:security/nvd "" "$(clojure -Spath)"` | check all jar files on the class path for security vulnerabilities |
| `cd ~; clojure -M:security/nvd "" "$(cd YOUR_PROJECT; clojure -Spath)"` | check all jar files on the class path for security vulnerabilities |

> The first "" is required argument and can contain a filename to a json file of additional configuration. The second argument, `"$(clojure -Spath)"`, passes the project classpath to be analysed as a string.
> Please `cd` as adviced to ensure the recommended [classpath isolation](https://github.com/rm-hull/nvd-clojure/tree/1.9.0#avoiding-classpath-interference).


## Community activities
Expand Down