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
| [auth](#use-auth-command) | Authenticates your machine to associate CLI with your Cycode account. |
226
-
| [configure](#use-configure-command) | Initial command to authenticate your CLI client with Cycode using client ID and client secret. |
227
-
| [ignore](#ingoring-scan-results) | Ignore a specific value, path or rule ID |
228
-
|[scan](#running-a-scan)| Scan content for secrets/IaC/SCA/SAST violations. You need to specify which scan type: `ci`/`commit_history`/`path`/`repository`/etc |
| [auth](#use-auth-command) | Authenticates your machine to associate CLI with your Cycode account. |
225
+
| [configure](#use-configure-command) | Initial command to authenticate your CLI client with Cycode using client ID and client secret. |
226
+
| [ignore](#ingoring-scan-results) | Ignore a specific value, path or rule ID. |
227
+
| [scan](#running-a-scan) | Scan content for secrets/IaC/SCA/SAST violations. You need to specify which scan type: `ci`/`commit_history`/`path`/`repository`/etc. |
228
+
|version| Show the version and exit. |
229
229
230
230
# Running a Scan
231
231
@@ -555,6 +555,7 @@ Ignore rules can be added to ignore specific secret values, specific SHA512 valu
555
555
556
556
> :warning: **Warning**<br/>
557
557
> Adding values to be ignored should be done with careful consideration of the values, paths, and policies to ensure that the scans will pick up true positives.
558
+
558
559
The following are the options available for the `cycode ignore` command:
0 commit comments