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
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This guide will guide you through both installation and usage.
46
46
47
47
# Prerequisites
48
48
49
-
- The Cycode CLI application requires Python version 3.8 or later.
49
+
- The Cycode CLI application requires Python version 3.7 or later.
50
50
- Use the [`cycode auth` command](#use-auth-command) to authenticate to Cycode with the CLI
51
51
- Alternatively, a Cycode Client ID and Client Secret Key can be acquired using the steps from the [Service Account Token](https://docs.cycode.com/reference/creating-a-service-account-access-token) and [Personal Access Token](https://docs.cycode.com/reference/creating-a-personal-access-token-1) pages for details on obtaining these values.
52
52
@@ -86,24 +86,24 @@ To install the Cycode CLI application on your local machine, perform the followi
86
86
87
87
2. A browser window will appear, asking you to log into Cycode (as seen below):
@@ -235,7 +236,6 @@ The Cycode CLI application offers several types of scans so that you can choose
235
236
|`--client-id TEXT`| Specify a Cycode client ID for this specific scan execution |
236
237
|`--show-secret BOOLEAN`| Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
237
238
|`--soft-fail BOOLEAN`| Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
238
-
|`--output [text\|json]`| Specify the results output (`text`/`json`). The default is `text`|
239
239
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher (supported for the SCA scan type only). |
240
240
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both |
241
241
|`--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). |
0 commit comments