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
@@ -282,7 +281,7 @@ The following are the options and commands available with the Cycode CLI applica
282
281
| [configure](#using-the-configure-command) | Initial command to configure your CLI client authentication. |
283
282
| [ignore](#ignoring-scan-results) | Ignores a specific value, path or rule ID. |
284
283
| [scan](#running-a-scan) | Scan the content for Secrets/IaC/SCA/SAST violations. You`ll need to specify which scan type to perform: commit-history/path/repository/etc. |
285
-
| [report](#report-command) | Generate report. You`ll need to specify which report type to perform. |
284
+
| [report](#report-command) | Generate report. You`ll need to specify which report type to perform as SBOM. |
286
285
| status | Show the CLI status and exit. |
287
286
288
287
# Scan Command
@@ -301,7 +300,6 @@ The Cycode CLI application offers several types of scans so that you can choose
301
300
|`--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]`| Show only violations at the specified level or higher. |
302
301
|`--sca-scan`| Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
303
302
|`--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
-
|`--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. |
305
303
|`--no-restore`| When specified, Cycode will not run restore command. Will scan direct dependencies ONLY!|
306
304
|`--gradle-all-sub-projects`| When specified, Cycode will run gradle restore commandfor all sub projects. Should run from root project directory ONLY!|
307
305
|`--help`| Show options for given command. |
@@ -339,28 +337,6 @@ When using this option, the scan results from this scan will appear in the knowl
339
337
> [!WARNING]
340
338
> You must be an `owner` or an `admin` in Cycode to view the knowledge graph page.
341
339
342
-
#### Report Option
343
-
344
-
> [!NOTE]
345
-
> This option is not available to IaC scans.
346
-
347
-
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
-
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
-
> [!WARNING]
356
-
> You must be an `owner` or an `admin` in Cycode to view this page.
0 commit comments