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
--autopilot Enable auto-merge for pull requests that Socket opens.
168
168
See GitHub documentation (https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository) for managing auto-merge for pull requests in your repository.
169
169
--exclude Exclude workspaces matching these glob patterns. Can be provided as comma separated values or as multiple flags
170
+
--fix-version Override the version of @coana-tech/cli used for fix analysis. Default: <coana-version>.
170
171
--id Provide a list of vulnerability identifiers to compute fixes for:
--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-version Override the version of @coana-tech/cli used for reachability analysis. Default: <coana-version>.
66
67
67
68
Uploads the specified dependency manifest files for Go, Gradle, JavaScript,
68
69
Kotlin, Python, and Scala. Files like "package.json" and "requirements.txt".
0 commit comments