Files
DependencyCheck/dependency-check-cli/src/site/markdown/installation.md.vm
Jeremy Long 2f83c2ee89 fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown
Former-commit-id: 9343b0368aa1c1604c5e8d90846545baa95975dd
2014-01-26 11:07:42 -05:00

23 lines
849 B
Plaintext

Installation & Usage
--------------------
Download the dependency-check command line tool [here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-${project.version}-release.zip).
Extract the zip file to a location on your computer and put the 'bin' directory into the
path environment variable. On \*nix systems you will likely need to make the shell
script executable:
$ chmod +777 dependency-check.sh
To scan a folder on the system you can run:
<h3>Windows</h3>
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
<h3>\*nix</h3>
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run:
<h3>Windows</h3>
dependency-check.bat --help
<h3>\*nix</h3>
dependency-check.sh --help