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
41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.dry.DryPublisher>
|
|
<healthy>0</healthy>
|
|
<unHealthy>100</unHealthy>
|
|
<thresholdLimit>high</thresholdLimit>
|
|
<pluginName>[DRY] </pluginName>
|
|
<defaultEncoding>utf-8</defaultEncoding>
|
|
<canRunOnFailed>true</canRunOnFailed>
|
|
<useStableBuildAsReference>true</useStableBuildAsReference>
|
|
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
|
|
<useDeltaValues>true</useDeltaValues>
|
|
<thresholds>
|
|
<unstableTotalAll>90</unstableTotalAll>
|
|
<unstableTotalHigh>80</unstableTotalHigh>
|
|
<unstableTotalNormal>70</unstableTotalNormal>
|
|
<unstableTotalLow>60</unstableTotalLow>
|
|
<unstableNewAll>50</unstableNewAll>
|
|
<unstableNewHigh>40</unstableNewHigh>
|
|
<unstableNewNormal>30</unstableNewNormal>
|
|
<unstableNewLow>20</unstableNewLow>
|
|
<failedTotalAll>91</failedTotalAll>
|
|
<failedTotalHigh>81</failedTotalHigh>
|
|
<failedTotalNormal>71</failedTotalNormal>
|
|
<failedTotalLow>61</failedTotalLow>
|
|
<failedNewAll>51</failedNewAll>
|
|
<failedNewHigh>41</failedNewHigh>
|
|
<failedNewNormal>31</failedNewNormal>
|
|
<failedNewLow>21</failedNewLow>
|
|
</thresholds>
|
|
<shouldDetectModules>true</shouldDetectModules>
|
|
<dontComputeNew>false</dontComputeNew>
|
|
<doNotResolveRelativePaths>true</doNotResolveRelativePaths>
|
|
<pattern>**/cpd-result.xml</pattern>
|
|
<highThreshold>20</highThreshold>
|
|
<normalThreshold>10</normalThreshold>
|
|
</hudson.plugins.dry.DryPublisher>
|
|
</publishers>
|
|
</project>
|