Former-commit-id: d4fcc81fca0f0070352b9a6c9b8e79704819e146
This commit is contained in:
Jeremy Long
2013-08-07 22:49:56 -04:00
parent b97d57f00b
commit f22cabc32a
2 changed files with 2 additions and 27 deletions

View File

@@ -5,18 +5,6 @@ Dependency-Check is a utility that attempts to detect publicly disclosed vulnera
Documentation and links to production binary releases can be found on the [github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/installation.html).
Usage
------------
```
$ mvn package
$ cd target/release/bin
$ dependency-check-[version].sh -h
$ dependency-check-[version].sh -a Testing -scan ../../test-classes
```
Then load the resulting 'DependencyCheck-Report.html' into your favorite browser.
Mailing List
------------