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
> This will be the default method for authenticating with the Cycode CLI.
115
+
> [!NOTE]
116
+
> This will be the default method for authenticating with the Cycode CLI.
117
117
118
118
5. Click the **Allow** button to authorize the Cycode CLI on the selected business group.
119
119
@@ -125,7 +125,7 @@ To install the Cycode CLI application on your local machine, perform the followi
125
125
126
126
7. In the terminal/command line screen, you will see the following when exiting the browser window:
127
127
128
-
`Successfully logged into cycode`
128
+
`Successfully logged into cycode`
129
129
130
130
### Using the Configure Command
131
131
@@ -348,7 +348,8 @@ When using this option, the scan results from this scan will appear in the knowl
348
348
To push scan results tied to the [SCA policies](https://docs.cycode.com/docs/sca-policies) found in the Repository scan to Cycode, add the argument `--report` to the scan command.
In the same way, you can push scan results of Secrets and SAST scans to Cycode by adding the `--report` option to the scan command.
352
353
353
354
When using this option, the scan results from this scan will appear in the On-Demand Scans section of Cycode. To get to this page, click the link that appears after the printed results:
354
355
@@ -385,12 +386,18 @@ Consider the previous example. If you wanted to only scan a branch named `dev`,
385
386
386
387
#### Lock Restore Option
387
388
389
+
> [!NOTE]
390
+
> This option is only available to SCA scans.
391
+
388
392
We use sbt-dependency-lock plugin to restore the lock file for SBT projects.
389
393
To disable lock restore in use `--no-restore` option.
390
394
391
-
Prerequisites
392
-
* sbt-dependency-lock Plugin: Install the plugin by adding the following line to `project/plugins.sbt`:
@@ -486,7 +493,9 @@ A pre-commit scan automatically identifies any issues before you commit changes
486
493
487
494
After installing the pre-commit hook, you may occasionally wish to skip scanning during a specific commit. To do this, add the following to your `git` command to skip scanning for a single commit:
488
495
489
-
`SKIP=cycode git commit -m <your commit message>`
496
+
```bash
497
+
SKIP=cycode git commit -m <your commit message>`
498
+
```
490
499
491
500
## Scan Results
492
501
@@ -764,6 +773,7 @@ exclusions:
764
773
```
765
774
766
775
Possible values of `scanTypeName`: `iac`, `sca`, `sast`, `secret`.
776
+
767
777
Possible values of `ignoringType`: `paths`, `values`, `rules`, `packages`, `shas`, `cves`.
0 commit comments