From c684607a4d8bbbce66a753e0c0ba4fa926f250cc Mon Sep 17 00:00:00 2001 From: bloihl Date: Tue, 20 Sep 2016 15:41:02 -0700 Subject: [PATCH] updte gradle docs with hintsFile option --- src/site/markdown/dependency-check-gradle/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index 25a0c83aa..8ba9d7374 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -20,6 +20,7 @@ format | The report format to be generated (HTML, XML, VULN, ALL). outputDirectory | The location to write the report(s). This directory will be located in the build directory. | build/reports skipTestGroups | When set to true (the default) all dependency groups that being with 'test' will be skipped. | true suppressionFile | The file path to the XML suppression file \- used to suppress [false positives](../general/suppression.html) |   +hintsFile | The file path to the XML hints file \- used to suppress [false negatives](../general/hints.html) |   skipConfigurations | A list of configurations that will be skipped. This is mutually exclusive with the scanConfigurations property. | `[]` which means no configuration is skipped. scanConfigurations | A list of configurations that will be scanned, all other configurations are skipped. This is mutually exclusive with the skipConfigurations property. | `[]` which implicitly means all configurations get scanned.