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
- Added `--reach-use-only-pregenerated-sboms` to run the Tier 1 reachability based only on pre-computed CDX and SPDX SBOMs (all other manifests are excluded).
--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
64
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
65
65
--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
+
--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.
66
67
--reach-version Override the version of @coana-tech/cli used for reachability analysis. Default: <coana-version>.
67
68
68
69
Uploads the specified dependency manifest files for Go, Gradle, JavaScript,
--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
47
--reach-exclude-paths List of paths to exclude from reachability analysis, as either a comma separated value or as multiple flags.
48
48
--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
+
--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.
49
50
--reach-version Override the version of @coana-tech/cli used for reachability analysis. Default: <coana-version>.
50
51
51
52
Runs the Socket reachability analysis without creating a scan in Socket.
0 commit comments