Skip to content

Commit cfdb7fb

Browse files
authored
Merge branch 'main' into CM-50645-fix-secrets-commit-history-scan
2 parents 6220d20 + 810acbe commit cfdb7fb

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -538,18 +538,19 @@ This information can be helpful when:
538538
539539
The Cycode CLI application offers several types of scans so that you can choose the option that best fits your case. The following are the current options and commands available:
540540
541-
| Option | Description |
542-
|------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
543-
| `-t, --scan-type [secret\|iac\|sca\|sast]` | Specify the scan you wish to execute (`secret`/`iac`/`sca`/`sast`), the default is `secret`. |
544-
| `--show-secret BOOLEAN` | Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
545-
| `--soft-fail BOOLEAN` | Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
546-
| `--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]` | Show only violations at the specified level or higher. |
547-
| `--sca-scan` | Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
548-
| `--monitor` | When specified, the scan results will be recorded in Cycode. |
549-
| `--cycode-report` | Display a link to the scan report in the Cycode platform in the console output. |
550-
| `--no-restore` | When specified, Cycode will not run the restore command. This will scan direct dependencies ONLY! |
551-
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from the project root directory ONLY! |
552-
| `--help` | Show options for given command. |
541+
| Option | Description |
542+
|------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
543+
| `-t, --scan-type [secret\|iac\|sca\|sast]` | Specify the scan you wish to execute (`secret`/`iac`/`sca`/`sast`), the default is `secret`. |
544+
| `--show-secret BOOLEAN` | Show secrets in plain text. See [Show/Hide Secrets](#showhide-secrets) section for more details. |
545+
| `--soft-fail BOOLEAN` | Run scan without failing, always return a non-error status code. See [Soft Fail](#soft-fail) section for more details. |
546+
| `--severity-threshold [INFO\|LOW\|MEDIUM\|HIGH\|CRITICAL]` | Show only violations at the specified level or higher. |
547+
| `--sca-scan` | Specify the SCA scan you wish to execute (`package-vulnerabilities`/`license-compliance`). The default is both. |
548+
| `--monitor` | When specified, the scan results will be recorded in Cycode. |
549+
| `--cycode-report` | Display a link to the scan report in the Cycode platform in the console output. |
550+
| `--no-restore` | When specified, Cycode will not run the restore command. This will scan direct dependencies ONLY! |
551+
| `--gradle-all-sub-projects` | Run gradle restore command for all sub projects. This should be run from |
552+
| `--maven-settings-file` | For Maven only, allows using a custom [settings.xml](https://maven.apache.org/settings.html) file when scanning for dependencies |
553+
| `--help` | Show options for given command. |
553554
554555
| Command | Description |
555556
|----------------------------------------|-----------------------------------------------------------------|

0 commit comments

Comments
 (0)