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
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -292,20 +292,20 @@ The following are the options and commands available with the Cycode CLI applica
292
292
293
293
The Cycode CLI application offers several types of scans so that you can choose the option that best fits your case. The following are the current options and commands available:
|`-t, --scan-type [secret\|iac\|sca\|sast]`| Specify the scan you wish to execute (`secret`/`iac`/`sca`/`sast`), the default is `secret`. |
298
-
|`--client-secret TEXT`| Specify a Cycode client secret for this specific scan execution. |
299
-
|`--client-id TEXT`| Specify a Cycode client ID for this specific scan execution. |
300
-
|`--show-secret BOOLEAN`| Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
301
-
|`--soft-fail BOOLEAN`| Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
302
-
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher. |
303
-
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
304
-
|`--monitor`| When specified, the scan results will be recorded in Cycode. Please note that when working in`monitor` mode, the knowledge graph will not be updated as a result of SCM events (Push, Repo creation). (Supported for SCA scan type only).|
305
-
|`--cycode-report`| When specified, displays a link to the scan report in the Cycode platform in the console output. |
306
-
|`--no-restore`| When specified, Cycode will not run restore command. Will scan direct dependencies ONLY!|
307
-
|`--gradle-all-sub-projects`| When specified, Cycode will run gradle restore commandfor all sub projects. Should run from root project directory ONLY!|
|`-t, --scan-type [secret\|iac\|sca\|sast]`| Specify the scan you wish to execute (`secret`/`iac`/`sca`/`sast`), the default is `secret`. |
298
+
|`--client-secret TEXT`| Specify a Cycode client secret for this specific scan execution. |
299
+
|`--client-id TEXT`| Specify a Cycode client ID for this specific scan execution. |
300
+
|`--show-secret BOOLEAN`| Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
301
+
|`--soft-fail BOOLEAN`| Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
302
+
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher. |
303
+
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
304
+
|`--monitor`| When specified, the scan results will be recorded in Cycode. |
305
+
|`--cycode-report`| When specified, displays a link to the scan report in the Cycode platform in the console output. |
306
+
|`--no-restore`| When specified, Cycode will not run restore command. Will scan direct dependencies ONLY!|
307
+
|`--gradle-all-sub-projects`| When specified, Cycode will run gradle restore commandfor all sub projects. Should run from root project directory ONLY!|
0 commit comments