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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,7 +548,8 @@ The Cycode CLI application offers several types of scans so that you can choose
548
548
| `--monitor` | When specified, the scan results will be recorded in Cycode. |
549
549
| `--cycode-report` | Display a link to the scan report in the Cycode platform in the console output. |
550
550
| `--no-restore` | When specified, Cycode will not run the restore command. This will scan direct dependencies ONLY! |
551
-
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from the project root directory ONLY! |
551
+
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from
552
+
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when scanning for dependencies |
0 commit comments