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
@@ -300,6 +301,7 @@ The Cycode CLI application offers several types of scans so that you can choose
300
301
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher. |
301
302
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
302
303
|`--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). |
304
+
|`--cycode-report`| When specified, displays a link to the scan report in the Cycode platform in the console output. |
303
305
|`--no-restore`| When specified, Cycode will not run restore command. Will scan direct dependencies ONLY!|
304
306
|`--gradle-all-sub-projects`| When specified, Cycode will run gradle restore commandfor all sub projects. Should run from root project directory ONLY!|
305
307
|`--help`| Show options for given command. |
@@ -337,6 +339,25 @@ When using this option, the scan results from this scan will appear in the knowl
337
339
> [!WARNING]
338
340
> You must be an `owner` or an `admin` in Cycode to view the knowledge graph page.
339
341
342
+
#### Cycode Report Option
343
+
344
+
For every scan performed using the Cycode CLI, a report is automatically generated and its results are sent to Cycode. These results are tied to the relevant policies (e.g., [SCA policies](https://docs.cycode.com/docs/sca-policies) for Repository scans) within the Cycode platform.
345
+
346
+
To have the direct URL to this Cycode report printed in your CLI output after the scan completes, add the argument `--cycode-report` to your scan command.
All scan results from the CLI will appear in the CLI Logs section of Cycode. If you included the `--cycode-report` flag in your command, a direct link to the specific report will be displayed in your terminal following the scan results.
351
+
352
+
> [!WARNING]
353
+
> You must be an `owner` or an `admin` in Cycode to view this page.
0 commit comments