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

# Integrations

> Connect Gecko to source control, issue trackers, and notifications.

All integrations are configured in **Settings**. Connect source control first;
it's what makes the rest of the workflow click into place.

## Source control

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="/connect/github">
    GitHub App for GitHub.com, plus GitHub Enterprise Server via token.
  </Card>

  <Card title="GitLab" icon="gitlab" href="/connect/gitlab">
    GitLab.com, self-managed, and GitLab Dedicated via access token.
  </Card>
</CardGroup>

## Issue trackers

Push validated findings into the tool your team already plans in. Each tracker
supports an **auto-create** option to file work for findings after every scan.

<CardGroup cols={2}>
  <Card title="Jira" icon="jira" href="/jira-integration">
    Project, board, sprint, issue type, assignee, and status mapping.
  </Card>

  <Card title="Linear" icon="list-check" href="/linear-integration">
    Team, project, assignee, labels, and severity-to-priority mapping.
  </Card>

  <Card title="ClickUp" icon="list" href="/clickup-integration">
    Space and list targeting with auto-created tasks.
  </Card>

  <Card title="Shortcut" icon="forward" href="/shortcut-integration">
    Route findings into Shortcut stories by group.
  </Card>
</CardGroup>

## Notifications

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/slack-integration">
    Scan notifications routed per repository, filtered by severity.
  </Card>
</CardGroup>

## Vulnerability management

Export findings one-way into a security platform, where they stay in sync as
scans run. Triage in Gecko remains the source of truth.

<CardGroup cols={2}>
  <Card title="GitLab vulnerability export" icon="shield-halved" href="/gitlab-vulnerability-export">
    Surface findings in GitLab's native Security Dashboard.
  </Card>

  <Card title="DefectDojo" icon="bugs" href="/defectdojo-integration">
    Push findings into DefectDojo for centralized vulnerability management.
  </Card>
</CardGroup>

<Note>
  Most issue-tracker integrations connect over OAuth; Shortcut uses an API token.
  Connecting requires the Admin or Manager role. See
  [Teams & permissions](/teams-permissions).
</Note>
