diff --git a/src/main/resources/task.properties b/src/main/resources/task.properties index 2704088..27f5d16 100644 --- a/src/main/resources/task.properties +++ b/src/main/resources/task.properties @@ -2,5 +2,6 @@ ### Do not define the path here - it is defined in DataExtension ### data.directory=[JAR]/../../dependency-check-data/9.0 -# disable the central analyzer by default -analyzer.central.enabled=false \ No newline at end of file +# disabling the central analyzer can cause False Negatives because +# gradle does not download the pom.xml from central by default. +# analyzer.central.enabled=false \ No newline at end of file