Skip to content

Commit b5f9352

Browse files
committed
remove "Please note"; format table
1 parent f68bb9c commit b5f9352

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -292,20 +292,20 @@ The following are the options and commands available with the Cycode CLI applica
292292

293293
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:
294294

295-
| Option | Description |
296-
|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
297-
| `-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 command for all sub projects. Should run from root project directory ONLY! |
308-
| `--help` | Show options for given command. |
295+
| Option | Description |
296+
|------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
297+
| `-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 command for all sub projects. Should run from root project directory ONLY! |
308+
| `--help` | Show options for given command. |
309309

310310
| Command | Description |
311311
|----------------------------------------|-----------------------------------------------------------------|

0 commit comments

Comments
 (0)