> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scan Project Parameters

> Configure your scan settings: choose scanner types, enable fast scanning, and set vulnerability severity levels.

In CybeDefend, you can customize your scans by adjusting key parameters in **Project Settings** → **Scanning**. This guide covers the essential scan configuration options.

<Frame>
  <img src="https://mintcdn.com/cybedefend/aDLcTBG2HfZKnk8v/images/get-started/general-information/scan-settings-overview.png?fit=max&auto=format&n=aDLcTBG2HfZKnk8v&q=85&s=af22de8017fae4e236d105c5fb88ad90" alt="Scan Settings Overview" style={{ borderRadius: '0.5rem' }} width="195" height="152" data-path="images/get-started/general-information/scan-settings-overview.png" />
</Frame>

***

## Scanner Types

CybeDefend supports multiple security scanning methods. Enable the scanners that match your project needs:

### SAST (Static Application Security Testing)

Analyzes source code for security vulnerabilities before runtime.

### SCA (Software Composition Analysis)

Inspects open-source dependencies and libraries for known vulnerabilities.

### IaC (Infrastructure as Code)

Detects misconfigurations in infrastructure definitions (Terraform, Kubernetes, Docker, etc.).

### Container

Scans container images for vulnerabilities in base images, packages, and configurations.

<Frame>
  <img src="https://mintcdn.com/cybedefend/aDLcTBG2HfZKnk8v/images/get-started/general-information/type-of-scanning.png?fit=max&auto=format&n=aDLcTBG2HfZKnk8v&q=85&s=af7443000d71ba1b00a95e1e8ed623ab" alt="Scanning Methods" style={{ borderRadius: '0.5rem' }} width="1179" height="525" data-path="images/get-started/general-information/type-of-scanning.png" />
</Frame>

<Tip>
  We recommend **enabling all scanners** for comprehensive security coverage across your entire stack.
</Tip>

***

## Vulnerability Severity Levels

Select which **severity levels** to include in your scan results:

* **Critical**: Immediate security risks requiring urgent action
* **High**: Serious vulnerabilities that should be prioritized
* **Medium**: Moderate security issues to address
* **Low**: Minor vulnerabilities or potential improvements

<Frame>
  <img src="https://mintcdn.com/cybedefend/aDLcTBG2HfZKnk8v/images/get-started/general-information/severity-choice.png?fit=max&auto=format&n=aDLcTBG2HfZKnk8v&q=85&s=cf04765e607aab698a6e5dc4b68e5be4" alt="Vulnerability Severity Choice" style={{ borderRadius: '0.5rem' }} width="904" height="400" data-path="images/get-started/general-information/severity-choice.png" />
</Frame>

Unchecked severity levels will not appear in your results, allowing you to focus on the most critical findings.

<Note>
  This setting filters scan results only—it does not impact scanning time or depth.
</Note>

***

## AI-Powered Features

For advanced vulnerability analysis and remediation, CybeDefend offers AI agent features that can be enabled in project settings:

* **Cybe Analysis**: Intelligent false positive detection and vulnerability triage
* **Cybe AutoFix**: Automated fix generation with pull/merge requests
* **Cybe Security Champion**: Interactive security guidance and chatbot

<Info>
  Learn more about configuring AI features in the [Agent & AI Integration](/latest/agent-ai-integration/cybe-analysis-detail) section.
</Info>

***

## Saving Your Configuration

After adjusting scan parameters:

1. **Save your settings** in the project configuration
2. **Trigger a new scan** manually or wait for automatic scanning
3. **Review results** in your project dashboard

<Tip>
  Balance **scan coverage** and **speed** based on your development stage. Use fast scanning for rapid iterations, and comprehensive scanning for releases.
</Tip>
