From 50ddf66e1f4bccae2e1af963c6872c1e0e1866eb Mon Sep 17 00:00:00 2001 From: thisislawatts Date: Mon, 6 Jan 2025 09:04:26 +0000 Subject: [PATCH] docs: synchronizing help from snyk/user-docs --- help/cli-commands/container-monitor.md | 6 ------ help/cli-commands/container-test.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/help/cli-commands/container-monitor.md b/help/cli-commands/container-monitor.md index c1f7ff9975..df3e02acbb 100644 --- a/help/cli-commands/container-monitor.md +++ b/help/cli-commands/container-monitor.md @@ -134,12 +134,6 @@ In earlier releases, cannot be used with `--app-vulns`. For more information see [Detecting application vulnerabilities in container images](https://docs.snyk.io/scan-using-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images) -### `--exclude-node-modules` - -Allow disabling the scan of node_modules directories inside node.js container images; in CLI versions v1.1292.0 and higher, node_modules scanning is enabled by default. - -When the node_modules scan is disabled, snyk will report vulnerabilities for npm projects sourced from application file pairs: [package.json, package-lock.json], [package.json, yarn.lock]. - ### `--nested-jars-depth` When `app-vulns` is enabled, use the `--nested-jars-depth=n` option to set how many levels of nested jars Snyk is to unpack. Depth must be a number. diff --git a/help/cli-commands/container-test.md b/help/cli-commands/container-test.md index 40d31f018e..5daf638161 100644 --- a/help/cli-commands/container-test.md +++ b/help/cli-commands/container-test.md @@ -116,12 +116,6 @@ Allow disabling scans for app vulnerabilities; in CLI versions 1.1090.0 (2023-01 In earlier releases, cannot be used with `--app-vulns`. -### `--exclude-node-modules` - -Allow disabling the scan of node_modules directories inside node.js container images; in CLI versions v1.1292.0 and higher, node_modules scanning is enabled by default. - -When the node_modules scan is disabled, snyk will report vulnerabilities for npm projects sourced from application file pairs: [package.json, package-lock.json], [package.json, yarn.lock]. - ### `--nested-jars-depth` When `app-vulns` is enabled, use the `--nested-jars-depth=n` option to set how many levels of nested jars Snyk is to unpack. Depth must be a number.