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
* use shared performReachabilityAnalysis for socket scan create --reach
* add API Token Requirements to socket scan reach help description
* use reachabilityReport instead of scanPaths for ReachabilityAnalysisResult
* remove --reach-continue-on-failing-projects since it's now the default behaviour
* upgrade coana CLI to version 14.11.10
* use the new Coana CLI flag --purl-types instead of computing --reach-ecosystems to legacy Coana-compatible advisory ecosystems
--reach-analysis-memory-limit The maximum memory in MB to use for the reachability analysis. The default is 8192MB.
47
47
--reach-analysis-timeout Set timeout for the reachability analysis. Split analysis runs may cause the total scan time to exceed this timeout significantly.
48
-
--reach-continue-on-failing-projects Continue reachability analysis even when some projects/workspaces fail. Default is to crash the CLI at the first failing project/workspace.
49
48
--reach-disable-analytics Disable reachability analytics sharing with Socket. Also disables caching-based optimizations.
50
49
--reach-ecosystems List of ecosystems to conduct reachability analysis on, as either a comma separated value or as multiple flags. Defaults to all ecosystems.
51
50
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
--reach-analysis-memory-limit The maximum memory in MB to use for the reachability analysis. The default is 8192MB.
29
33
--reach-analysis-timeout Set timeout for the reachability analysis. Split analysis runs may cause the total scan time to exceed this timeout significantly.
30
-
--reach-continue-on-failing-projects Continue reachability analysis even when some projects/workspaces fail. Default is to crash the CLI at the first failing project/workspace.
31
34
--reach-disable-analytics Disable reachability analytics sharing with Socket. Also disables caching-based optimizations.
32
35
--reach-ecosystems List of ecosystems to conduct reachability analysis on, as either a comma separated value or as multiple flags. Defaults to all ecosystems.
33
36
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
0 commit comments