diff --git a/jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md b/jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md index 04007d8..ad2b489 100644 --- a/jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md +++ b/jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md @@ -75,6 +75,7 @@ This command also supports the following Advanced Scans with the **Advanced Secu | `--secrets` | `false` |

Selective scanners mode

Executes Secrets sub-scan. Can be combined with --sca, --sast, and --iac.

| | `--validate-secrets` | `false` |

Selective scanners mode
Triggers token validation on found secrets. Relevant only with --secrets flag.

| | `--sast` | `false` |

Selective scanners mode

Executes SAST sub-scan. Can be combined with --sca, --secrets, and --iac.

| +| `--malicious-code` | `false` |

Selective scanners mode

Executes Malicious Code sub-scan. Can be combined with --sca, --sast,, --secrets, and --iac.

| | `--vuln` | |

[Optional]
Set if you'd like to receive all vulnerabilities, regardless of the policy configured in Xray.

| | **Command arguments** | | The command accepts no arguments |