GitLab Pipeline

Common Build Integration Documentation

This documentation is specific to Gitlab. Common build server documentation should be reviewed before proceeding further.

Environment Variables

Environment variable values can be found in your user profile.

  • THREATRIX_OID - Your organization ID.

  • THREATRIX_EID - Your entityID (if you wish to override your default).

  • THREATRIX_API_KEY - Personal or organization API key.

Install Environment Variables

From within Gitlab, navigate to Settings -> CI/CD -> Variables, as shown below.

Click "Add Variable" to add THREATRIX_OID and THREATRIX_API_KEY and optionally, a THREATRIX_EID for which the API key has permissions to create projects.

Option 1: Add CLI Threat Agent

Option 2: Add Docker Threat Agent Step to Build

In Gitlab, in the repository you wish you run your scan, create a .gitlab-ci.yml file and add the following contents.

Last updated

Was this helpful?