You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--reach-analysis-timeout Set timeout for the reachability analysis. Split analysis runs may cause the total scan time to exceed this timeout significantly.
59
59
--reach-concurrency Set the maximum number of concurrent reachability analysis runs. It is recommended to choose a concurrency level that ensures each analysis run has at least the --reach-analysis-memory-limit amount of memory available. NPM reachability analysis does not support concurrent execution, so the concurrency level is ignored for NPM.
60
60
--reach-debug Enable debug mode for reachability analysis. Provides verbose logging from the reachability CLI.
61
-
--reach-disable-analysis-splitting Limits Coana to at most 1 reachability analysis run per workspace.
61
+
--reach-detailed-analysis-log-file A log file with detailed analysis logs is written to root of each analyzed workspace.
62
62
--reach-disable-analytics Disable reachability analytics sharing with Socket. Also disables caching-based optimizations.
63
63
--reach-ecosystems List of ecosystems to conduct reachability analysis on, as either a comma separated value or as multiple flags. Defaults to all ecosystems.
64
+
--reach-enable-analysis-splitting Allow the reachability analysis to partition CVEs into buckets that are processed in separate analysis runs. May improve accuracy, but not recommended by default.
64
65
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
65
66
--reach-skip-cache Skip caching-based optimizations. By default, the reachability analysis will use cached configurations from previous runs to speed up the analysis.
66
67
--reach-use-only-pregenerated-sboms When using this option, the scan is created based only on pre-generated CDX and SPDX files in your project.
--reach-analysis-timeout Set timeout for the reachability analysis. Split analysis runs may cause the total scan time to exceed this timeout significantly.
42
42
--reach-concurrency Set the maximum number of concurrent reachability analysis runs. It is recommended to choose a concurrency level that ensures each analysis run has at least the --reach-analysis-memory-limit amount of memory available. NPM reachability analysis does not support concurrent execution, so the concurrency level is ignored for NPM.
43
43
--reach-debug Enable debug mode for reachability analysis. Provides verbose logging from the reachability CLI.
44
-
--reach-disable-analysis-splitting Limits Coana to at most 1 reachability analysis run per workspace.
44
+
--reach-detailed-analysis-log-file A log file with detailed analysis logs is written to root of each analyzed workspace.
45
45
--reach-disable-analytics Disable reachability analytics sharing with Socket. Also disables caching-based optimizations.
46
46
--reach-ecosystems List of ecosystems to conduct reachability analysis on, as either a comma separated value or as multiple flags. Defaults to all ecosystems.
47
+
--reach-enable-analysis-splitting Allow the reachability analysis to partition CVEs into buckets that are processed in separate analysis runs. May improve accuracy, but not recommended by default.
47
48
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
48
49
--reach-skip-cache Skip caching-based optimizations. By default, the reachability analysis will use cached configurations from previous runs to speed up the analysis.
49
50
--reach-use-only-pregenerated-sboms When using this option, the scan is created based only on pre-generated CDX and SPDX files in your project.
0 commit comments