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
Doug/add reach params and fix unverified flag (#130)
* feat: enhance reachability analysis with additional CLI parameters and SSL support
- Add --reach-concurrency flag to control parallel analysis execution (must be >= 1)
- Add --reach-additional-params flag to pass custom parameters to coana CLI
- Fix --allow-unverified flag to properly disable SSL verification for reachability analysis
- Update socketdev dependency to version 3.0.19 for latest features
- Reorganize argument parser groups for better help organization
- Add proper SSL warning suppression when using --allow-unverified
- Improve reachability analyzer to support NODE_TLS_REJECT_UNAUTHORIZED environment variable
- Bump version to 2.2.28
* Adding additional ecosystem binaries to the container to support reachability
* Added new params to readme
* Add support for choosing version of Go, Java, and Dotnet
* Remove typo
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,8 @@ If you don't want to provide the Socket API Token every time then you can use th
171
171
| --reach-version | False | latest | Version of @coana-tech/cli to use for analysis |
172
172
| --reach-analysis-timeout | False | 1200 | Timeout in seconds for the reachability analysis (default: 1200 seconds / 20 minutes) |
173
173
| --reach-analysis-memory-limit | False | 4096 | Memory limit in MB for the reachability analysis (default: 4096 MB / 4 GB) |
174
+
| --reach-concurrency | False | | Control parallel analysis execution (must be >= 1) |
175
+
| --reach-additional-params | False | | Pass custom parameters to the coana CLI tool |
174
176
| --reach-ecosystems | False | | Comma-separated list of ecosystems to analyze (e.g., "npm,pypi"). If not specified, all supported ecosystems are analyzed |
175
177
| --reach-exclude-paths | False | | Comma-separated list of file paths or patterns to exclude from reachability analysis |
0 commit comments