> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/supported-connectors.md).

# Supported Connectors old

## Supported connectors

{% hint style="success" %}
**At a glance:** Supported infrastructure, security, and productivity tool integrations.
{% endhint %}

### Infrastructure integrations

{% tabs %}
{% tab title="Source control" %}
**Source control**

* GitHub
* GitLab
* BitBucket Cloud
* BitBucket Stash
* Azure Repos
* Azure TFS
* Gerrit
* AWS Code Commit
* Bitbucket Server
* AWS Code Pipeline
  {% endtab %}

{% tab title="CI/CD" %}
**CI/CD**

* Azure Pipelines
* CircleCI
* Drone CI
* GitHub Actions
* GitLab CI/CD
* Jenkins
* AWS CodeBuild
* Travis CI
* Spinnaker
  {% endtab %}

{% tab title="CI/CD Process" %}
**CI/CD Process**

* Harness
  {% endtab %}

{% tab title="Registry" %}
**Registry**

* Amazon ECR
* Azure Container Registry
* Docker Hub
* GitLab Container Registry
* Google Artifact Registry
* Harbor
* JFrog Artifactory
* Nexus Container Registry
* Google Container Registry
* Quay
* Red Hat Quay
* GitHub Packages
* CloudSmith
* Azure DevSecOps
  {% endtab %}

{% tab title="Kubernetes" %}
**Kubernetes**

* GKE
* EKS
* AKS
  {% endtab %}

{% tab title="Cloud deployment" %}
**Cloud deployment**

* AWS
* Azure
* GCP
  {% endtab %}
  {% endtabs %}

### Security integrations

{% tabs %}
{% tab title="Code security" %}
**Code security (Static Analysis - SAST)**

* Checkmarx SAST
* Coverity
* Fortify On Demand
* GitHub SAST
* GitLab SAST
* HCL AppScan
* Klockwork
* Semgrep CLI
* Semgrep Enterprise
* Snyk
* Sonarqube
* Veracode
* Checkmarx One
* Invicti
* JFrog XRay
* CodeQL
* Contrast Security
* Mend SAST
* Bandit
* CodeScan
* SonarCloud
* Fossa
* CodeScene
* Synopsys
* Qwiet AI
* Google Cloud Security
* OWASP Dependency Check
* Orca Security
  {% endtab %}

{% tab title="Secrets/PII scan" %}
**Secrets/PII scan**

* Fortify On Demand
* GitHub Secret Detection
* GitLab Secret Detection
* HCL AppScan
* Semgrep Enterprise
* Semgrep
* TruffleHog
* GitGuardian
* Snyk
* AWS CodeGuru Reviewer
* Azure Security
* Spectral
* Mend SAST
  {% endtab %}

{% tab title="Open source security" %}
**Open source security (SCA/SBOM)**

* GitHub Dependabot
* GitLab Dependency Scanning
* HCL AppScan
* Semgrep Enterprise
* Snyk
* Sonatype
* Veracode
* Black Duck
* Checkmarx SCA
* Mend SCA
* JFrog XRay
* Fossa
* Trivy
* AWS CodeGuru Reviewer
* Azure Security
* Whitesource
* Oligo
* Wiz
* Aqua Security
* Code Dx
* Semgrep
* Checkmarx One
* OWASP Dependency Check
  {% endtab %}

{% tab title="Infrastructure as Code (IaC) scan" %}
**Infrastructure as Code (IaC) scan**

* HCL AppScan
* Snyk
* Trivy
* Checkov
* Bridgecrew
* TFSec
* Kics
* Semgrep
* Semgrep Enterprise
  {% endtab %}

{% tab title="Container security" %}
**Container security**

* Palo Alto: Prisma Cloud - Containers
* Snyk
* JFrog XRay
* Clair
* Aqua Security
* Anchor
* Docker Scout
* Trivy
  {% endtab %}

{% tab title="Cloud security" %}
**Cloud Security (CSPM)**

* Orca
* Palo Alto: Prisma Cloud - CSPM
* Wiz
* Oligo
* Azure Security Center
* AWS Security Hub
* Google Cloud Security
* Invicti
* Lacework
* Tenable
* Aqua Security
* AWS
* GCP
* Azure
  {% endtab %}

{% tab title="Dynamic App Security" %}
**Dynamic App Security (DAST)**

* Invicti
* Bright Security
* Fortify
* Veracode
* Google Cloud Security
* HCL AppScan
* Azure Security
  {% endtab %}
  {% endtabs %}

### Productivity integrations

{% tabs %}
{% tab title="Project management" %}
**Project management (Ticket Management)**

* Jira
* Azure DevOps
* GitHub
* GitLab
* ServiceNow
* Monday.com
  {% endtab %}

{% tab title="Alerts and notifications" %}
**Alerts and notifications (Dev Alerts)**

* Slack
* PagerDuty
  {% endtab %}

{% tab title="AI advisor" %}
**AI advisor (AI AppSec Advisor)**

* ChatGPT
* GitHub Co-Pilot
* AWS CodeWhisperer
* Snyk
  {% endtab %}

{% tab title="Security logs" %}
**Security logs (Send to Logs)**

* Logz.io
* Splunk Enterprise
* Elastic
* Sentinel
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ox.security/supported-connectors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
