From e1ebbe350f8788e02562d5302dc7626a3f723356 Mon Sep 17 00:00:00 2001 From: Ann Wiley Date: Mon, 21 Oct 2024 18:53:55 +0000 Subject: [PATCH] GITBOOK-8312: CLI: snyk test help, add link to support article for Gradle scans with --all-projects --- docs/snyk-cli/commands/test.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/snyk-cli/commands/test.md b/docs/snyk-cli/commands/test.md index 58fd6da86347..db66ea9dd3e3 100644 --- a/docs/snyk-cli/commands/test.md +++ b/docs/snyk-cli/commands/test.md @@ -274,6 +274,8 @@ For Gradle monorepos Snyk looks only for root level **build.gradle / build.gradl This option is designed to be run in the root of your monorepo. +For more details, see the following support article: [Scanning Gradle projects in CLI with `--exclude` option does not exclude sub-projects](https://support.snyk.io/hc/en-us/articles/22275760293661-Scanning-Gradle-projects-in-CLI-with-exclude-option-does-not-exclude-sub-projects) + ### `--configuration-matching=` Resolve dependencies using the first configuration that matches the specified Java regular expression.