mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 23:34:15 +01:00
documentation version 1.4.5
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-11-05
|
||||
| Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-01-22
|
||||
| Rendered using Apache Maven Fluido Skin 1.5
|
||||
-->
|
||||
<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="20161105" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20170122" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-maven – Goals</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
|
||||
@@ -52,7 +52,7 @@
|
||||
<ul class="breadcrumb">
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../target/site/1.4.4/#" title="">
|
||||
<a href="../../../../../../target/site/1.4.5/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -64,9 +64,9 @@
|
||||
<li class="active ">Goals</li>
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-11-05</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-01-22</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.4.4
|
||||
Version: 1.4.5
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -233,14 +233,23 @@
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>failBuildOnAnyVulnerability </td>
|
||||
|
||||
<td>Specific that if any vulnerability is identified, the build will fail. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>failOnError </td>
|
||||
|
||||
<td>Whether the build should fail if there is an error executing the dependency-check analysis </td>
|
||||
<td>Whether the build should fail if there is an error executing the dependency-check analysis. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>format </td>
|
||||
|
||||
@@ -249,80 +258,80 @@
|
||||
<td>HTML</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>name </td>
|
||||
|
||||
<td>The name of the report in the site </td>
|
||||
<td>The name of the report in the site. </td>
|
||||
|
||||
<td>dependency-check or dependency-check:aggregate</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>outputDirectory </td>
|
||||
|
||||
<td>The location to write the report(s). Note, this is not used if generating the report as part of a <tt>mvn site</tt> build </td>
|
||||
<td>The location to write the report(s). Note, this is not used if generating the report as part of a <tt>mvn site</tt> build. </td>
|
||||
|
||||
<td>‘target’</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>skip </td>
|
||||
|
||||
<td>Skips the dependency-check analysis </td>
|
||||
<td>Skips the dependency-check analysis. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>skipTestScope </td>
|
||||
|
||||
<td>Skip analysis for artifacts with Test Scope </td>
|
||||
<td>Skip analysis for artifacts with Test Scope. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>skipProvidedScope </td>
|
||||
|
||||
<td>Skip analysis for artifacts with Provided Scope </td>
|
||||
<td>Skip analysis for artifacts with Provided Scope. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
<tr class="a">
|
||||
|
||||
<td>skipRuntimeScope </td>
|
||||
|
||||
<td>Skip analysis for artifacts with Runtime Scope </td>
|
||||
<td>Skip analysis for artifacts with Runtime Scope. </td>
|
||||
|
||||
<td>false</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
<tr class="b">
|
||||
|
||||
<td>suppressionFile </td>
|
||||
|
||||
<td>The file path to the XML suppression file - used to suppress <a href="../general/suppression.html">false positives</a> </td>
|
||||
<td>The file path to the XML suppression file - used to suppress <a href="../general/suppression.html">false positives</a>. </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>hintsFile </td>
|
||||
|
||||
<td>The file path to the XML hints file - used to resolve <a href="../general/hints.html">false negatives</a>. </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>hintsFile </td>
|
||||
|
||||
<td>The file path to the XML hints file - used to resolve <a href="../general/hints.html">false negatives</a> </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>enableExperimental </td>
|
||||
|
||||
<td>Enable the <a href="../analyzers/index.html">experimental analyzers</a>. If not enabled the experimental analyzers (see below) will not be loaded or used. </td>
|
||||
@@ -494,6 +503,42 @@
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>cocoapodsAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Cocoapods Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>bundleAuditAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Bundle Audit Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>bundleAuditPath </td>
|
||||
|
||||
<td>Sets the path to the bundle audit executable; only used if bundle audit analyzer is enabled and experimental analyzers are enabled. </td>
|
||||
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="a">
|
||||
|
||||
<td>swiftPackageManagerAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the <a href="../analyzers/index.html">experimental</a> Switft Package Analyzer should be used. </td>
|
||||
|
||||
<td>true</td>
|
||||
</tr>
|
||||
|
||||
<tr class="b">
|
||||
|
||||
<td>assemblyAnalyzerEnabled </td>
|
||||
|
||||
<td>Sets whether the .NET Assembly Analyzer should be used. </td>
|
||||
@@ -682,7 +727,7 @@
|
||||
<footer>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p >Copyright © 2013–2016
|
||||
<p >Copyright © 2013–2017
|
||||
<a href="http://www.owasp.org">OWASP</a>.
|
||||
All rights reserved.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user