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
When running an SCA scan, Cycode CLI automatically attempts to restore (generate) a dependency lockfile foreach supported manifest file it finds. This allows scanning transitive dependencies, not just the ones listed directlyin the manifest. To skip this step and scan only direct dependencies, use the `--no-restore` flag.
672
+
673
+
The following ecosystems support automatic lockfile restoration:
|`--maven-settings-file`| For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when building the dependency tree |
|`--no-restore`| Skip lockfile restoration and scan direct dependencies only. See [Lock Restore Option](#lock-restore-option) for details. |
1333
+
|`--gradle-all-sub-projects`| Run the Gradle restore commandfor all sub-projects (use from the root of a multi-project Gradle build). |
1334
+
|`--maven-settings-file`| For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when building the dependency tree. |
0 commit comments