We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02dd2a commit 721ff62Copy full SHA for 721ff62
CONTRIBUTING.md
@@ -85,7 +85,10 @@ without having to re-run the tests.
85
86
Our Sonar instance is also configured to scan for dependency vulnerabilities
87
[via the dependency-check plugin](https://github.com/dependency-check/dependency-check-sonar-plugin). For more
88
-information, see the `dependencyCheck` block in this project's `build.gradle` file.
+information, see the `dependencyCheck` block in this project's `build.gradle` file. To include dependency check results,
89
+just run the following (it's not included by default when running the `sonar` task):
90
+
91
+ ./gradlew dependencyCheckAnalyze sonar
92
93
## Accessing MarkLogic logs in Grafana
94
0 commit comments