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

# DevSecOps Integration

> Learn how Codepure integrates security into your development workflows.

Codepure seamlessly integrates into your CI/CD pipelines, ensuring that security is a part of your development process. It works with tools like GitHub and GitLab to automate scans and provide actionable results right where your developers work.

Key benefits:

* Supports major CI/CD platforms.
* Automates vulnerability detection during builds.
* Reduces friction between development and security teams.

## Supported Platforms

Choose your version control system below to learn how to configure automated security gates:

<CardGroup cols={2}>
  <Card title="GitHub Actions" icon="github" href="/github_devsecops">
    Block vulnerable Pull Requests and generate rich security summaries natively in GitHub.
  </Card>

  <Card title="GitLab CI/CD" icon="gitlab" href="/gitlab_devsecops">
    Automate security gates and enforce pipeline policies directly in GitLab Merge Requests.
  </Card>
</CardGroup>
