b4ba8e21cd
Supports publisher for Dependency-Check utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Change-Id: I3dc1ab923c392aac00189c3f852a1138c1f0ab36
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<maven2-moduleset>
|
|
<reporters>
|
|
<hudson.plugins.findbugs.FindBugsReporter plugin="findbugs">
|
|
<isRankActivated>false</isRankActivated>
|
|
<includePattern/>
|
|
<excludePattern/>
|
|
<healthy/>
|
|
<unHealthy/>
|
|
<thresholdLimit>low</thresholdLimit>
|
|
<pluginName>[FINDBUGS] </pluginName>
|
|
<defaultEncoding/>
|
|
<canRunOnFailed>false</canRunOnFailed>
|
|
<useStableBuildAsReference>false</useStableBuildAsReference>
|
|
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
|
|
<useDeltaValues>false</useDeltaValues>
|
|
<thresholds>
|
|
<unstableTotalAll/>
|
|
<unstableTotalHigh/>
|
|
<unstableTotalNormal/>
|
|
<unstableTotalLow/>
|
|
<failedTotalAll/>
|
|
<failedTotalHigh/>
|
|
<failedTotalNormal/>
|
|
<failedTotalLow/>
|
|
</thresholds>
|
|
<shouldDetectModules>false</shouldDetectModules>
|
|
<dontComputeNew>true</dontComputeNew>
|
|
<doNotResolveRelativePaths>false</doNotResolveRelativePaths>
|
|
<pattern/>
|
|
</hudson.plugins.findbugs.FindBugsReporter>
|
|
</reporters>
|
|
</maven2-moduleset>
|