From 9fbf8b58a1cb3353056a2ffecf9d515dd459f051 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 29 Jun 2015 06:24:43 -0400 Subject: [PATCH] added archive.scan.depth Former-commit-id: 4582ae764582a0435b6f672ed86393d37f8e3d05 --- .../src/main/resources/dependencycheck.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index 6a737631c..6bbba2235 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -70,3 +70,6 @@ analyzer.nexus.proxy=true # the URL for searching search.maven.org for SHA-1 and whether it's enabled analyzer.central.enabled=true analyzer.central.url=http://search.maven.org/solrsearch/select + +# the number of nested archives that will be searched. +archive.scan.depth=3 \ No newline at end of file