Skip to content

Commit 721ff62

Browse files
committed
Added note about dependencyCheck
1 parent c02dd2a commit 721ff62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ without having to re-run the tests.
8585

8686
Our Sonar instance is also configured to scan for dependency vulnerabilities
8787
[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.
88+
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
8992

9093
## Accessing MarkLogic logs in Grafana
9194

0 commit comments

Comments
 (0)