# code-scanning-analysis-tool

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `guid`

- Required: false
- Type: `string`
- Nullable: true

The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data.

### `name`

- Required: false
- Type: `string`

The name of the tool used to generate the code scanning analysis.

### `version`

- Required: false
- Type: `string`
- Nullable: true

The version of the tool used to generate the code scanning analysis.

## JSON Schema

```json
{"properties":{"guid":{"$ref":"#/components/schemas/code-scanning-analysis-tool-guid"},"name":{"$ref":"#/components/schemas/code-scanning-analysis-tool-name"},"version":{"$ref":"#/components/schemas/code-scanning-analysis-tool-version"}},"type":"object"}
```
