Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malicious-code-flag #195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This command also supports the following Advanced Scans with the **Advanced Secu
| `--secrets` | `false` | <p><strong>Selective scanners mode</strong></p><p>Executes Secrets sub-scan. Can be combined with <code>--sca</code>, <code>--sast,</code> and <code>--iac</code>.</p> |
| `--validate-secrets` | `false` | <p><strong>Selective scanners mode</strong><br>Triggers token validation on found secrets. Relevant only with <code>--secrets</code> flag.</p> |
| `--sast` | `false` | <p><strong>Selective scanners mode</strong></p><p>Executes SAST sub-scan. Can be combined with <code>--sca</code>, <code>--secrets,</code> and <code>--iac</code>.</p> |
| `--malicious-code` | `false` | <p><strong>Selective scanners mode</strong></p><p>Executes Malicious Code sub-scan. Can be combined with <code>--sca</code>, <code>--sast,</code>, <code>--secrets</code>, and <code>--iac</code>.</p> |
| `--vuln` | | <p>[Optional]<br>Set if you'd like to receive all vulnerabilities, regardless of the policy configured in Xray.</p> |
| **Command arguments** | | The command accepts no arguments |

Expand Down