From c1a5cf5864acb00237660f1590d43f4ba0782461 Mon Sep 17 00:00:00 2001 From: Or Sagie Date: Sun, 26 Jan 2020 11:26:22 +0200 Subject: [PATCH] fix: add documentation for jar scanning --- help/help.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/help/help.txt b/help/help.txt index a4f2e608db..f597c851b6 100644 --- a/help/help.txt +++ b/help/help.txt @@ -70,6 +70,11 @@ Options: Patchable fails when there is at least one vulnerability that can be patched. If vulnerabilities do not have a fix and this option is being used tests will pass. +Maven options: + --scan-all-unmanaged + Autodetects maven jars and wars in given directory. + Individual testing can be done with --file= + Gradle options: --sub-project= (alias: --gradle-sub-project) For Gradle "multi project" configurations,