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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ The Cycode CLI application offers several types of scans so that you can choose
287
287
|`--client-id TEXT`| Specify a Cycode client ID for this specific scan execution |
288
288
|`--show-secret BOOLEAN`| Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
289
289
|`--soft-fail BOOLEAN`| Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
290
-
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher (supported for the SCA scan type only).|
290
+
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher. |
291
291
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both |
292
292
|`--monitor`| When specified, the scan results will be recorded in the knowledge graph. 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). |
293
293
|`--report`| When specified, a violations report will be generated. A URL link to the report will be printed as an output to the command execution |
0 commit comments