update documentation per issue #878

This commit is contained in:
Jeremy Long
2017-10-08 07:50:17 -04:00
parent e90444f012
commit c153463471
7 changed files with 7 additions and 7 deletions

View File

@@ -1028,7 +1028,7 @@ public class DependencyCheckScanAgent {
final String msg;
if (showSummary) {
msg = String.format("%n%nDependency-Check Failure:%n"
+ "One or more dependencies were identified with vulnerabilities that have a CVSS score greater than '%.1f': %s%n"
+ "One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '%.1f': %s%n"
+ "See the dependency-check report for more details.%n%n", failBuildOnCVSS, ids.toString());
} else {
msg = String.format("%n%nDependency-Check Failure:%n"