From bff5478355ec4329f5d4a8a6c90bfe0ee1f0d3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Mon, 31 Jul 2017 16:19:49 +0200 Subject: [PATCH] Added a missing note for ODC config --- conf/application.conf.-example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/application.conf.-example b/conf/application.conf.-example index bda0d2b..a9caa60 100644 --- a/conf/application.conf.-example +++ b/conf/application.conf.-example @@ -146,6 +146,7 @@ slick.dbs.odc { ## [Optional] Path to OWASP Dependency Check ## Once you configure it, you enable some checking features. You also need Maven on PATH. ## (!) Note that some properties like DB credentials might be passed as arguments and thus available via /proc (depends on OS). +## (i) You will also need to configure contexts.odc-workers for this functionality. # odc { # odcPath = "/path/to/dependency-check-X.Y.Z-release" # workingDirectory = "/path/to/odc/config" # directory ODC works in; you can use relative paths from this directory @@ -182,3 +183,10 @@ play{ } } +#contexts { +# odc-workers { +# fork-join-executor { +# parallelism-max = 2 +# } +# } +#} \ No newline at end of file