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

# Objects

> Every object and enum the Monitoring tools accept.

## CodeScanningSeverity

<div className="enum-table">
  | Value      |
  | ---------- |
  | `critical` |
  | `high`     |
  | `medium`   |
  | `low`      |
  | `warning`  |
  | `note`     |
  | `error`    |
</div>

## CodeScanningState

<div className="enum-table">
  | Value       |
  | ----------- |
  | `open`      |
  | `closed`    |
  | `dismissed` |
  | `fixed`     |
</div>

## DependabotScope

<div className="enum-table">
  | Value         |
  | ------------- |
  | `development` |
  | `runtime`     |
</div>

## DependabotSort

<div className="enum-table">
  | Value             |
  | ----------------- |
  | `created`         |
  | `updated`         |
  | `epss_percentage` |
</div>

## DismissedReason

<div className="enum-table">
  | Value            |
  | ---------------- |
  | `fix_started`    |
  | `inaccurate`     |
  | `no_bandwidth`   |
  | `not_used`       |
  | `tolerable_risk` |
</div>

## SecretScanningState

<div className="enum-table">
  | Value      |
  | ---------- |
  | `open`     |
  | `resolved` |
</div>
