Overview

The Amplify Security Platform integrates with GitLab’s CI/CD infrastructure to secure your GitLab projects and provide actionable security code fixes directly to developers within their merge requests.

The Amplify Security GitLab integration is currently in beta. Documentation and functionality may change frequently.

Components

GitLab Component

Amplify provides a GitLab component that must be installed in a GitLab Pipeline for any GitLab projects added to the Amplify Platform. The following example pipeline configuration runs Amplify’s Runner component on every merge request.

.gitlab-ci.yml
---
stages: [test]

include:
  - component: gitlab.com/amplify-security/components/runner@0.1.0