version 1.0.6

This commit is contained in:
Jeremy Long
2013-12-01 10:04:26 -05:00
parent 3989aa27d5
commit f15b1f84b1
807 changed files with 16179 additions and 15279 deletions

View File

@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2013-11-16
| Generated by Apache Maven Doxia at 2013-12-01
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20131116" />
<meta name="Date-Revision-yyyymmdd" content="20131201" />
<meta http-equiv="Content-Language" content="en" />
<title>dependency-check-cli - </title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -54,7 +54,7 @@
<li class="">
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.0.5/#" title="">
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.0.6/#" title="">
</a>
</li>
<li class="divider ">/</li>
@@ -67,8 +67,8 @@
<li id="publishDate" class="pull-right">Last Published: 2013-11-16</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 1.0.5</li>
<li id="publishDate" class="pull-right">Last Published: 2013-12-01</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 1.0.6</li>
</ul>
</div>
@@ -86,6 +86,13 @@
<a href="#"><i class="none"></i>Installation</a>
</li>
<li>
<a href="arguments.html" title="Configuration">
<i class="none"></i>
Configuration</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
@@ -132,7 +139,7 @@
<div class="section">
<h2>Installation &amp; Usage<a name="Installation__Usage"></a></h2>
<p>Downlod the dependency-check command line tool <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.0.5-release.zip">here</a>. Extract the zip file to a location on your computer and put the &#x2018;bin&#x2019; directory into the path environment variable. On *nix systems you will likely need to make the shell script executable:</p>
<p>Downlod the dependency-check command line tool <a class="externalLink" href="http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.0.6-release.zip">here</a>. Extract the zip file to a location on your computer and put the &#x2018;bin&#x2019; directory into the path environment variable. On *nix systems you will likely need to make the shell script executable:</p>
<div class="source">
<pre>$ chmod +777 dependency-check.sh
@@ -143,6 +150,11 @@
<pre>dependency-check.bat --app &quot;My App Name&quot; --scan &quot;c:\java\application\lib&quot;
dependency-check.sh --app &quot;My App Name&quot; --scan &quot;/java/application/lib&quot;
</pre></div>
<p>To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run: dependency-check.bat &#x2013;help</p>
<div class="source">
<pre>dependency-check.sh --help
</pre></div></div>
</div>
</div>