Skip to main content
Version: 1.4

Quality Gate

The platform allows you to create and configure software quality gates for each security pipeline and security check. The Quality Gate section enables users to manage quality gate templates and track metrics used to assess software quality and identify potential deviations from standards. One or more quality gates can be added to each security pipeline and check if necessary within the project. Quality Gate The table of quality gate templates contains a list of templates already created and used in the system. The following table fields are available:

  • Template Name – the name of the quality gate template.
  • Number of Metrics – shows the number of metrics used in this quality gate template.
  • Projects – the list of projects this template is linked to. Clicking View displays the projects where this template is applied.
  • Author – displays the username of the user who created this template. The table allows sorting templates by the number of metrics, name, or author. It is also possible to edit quality gates. To do this, click the edit button Edit and make changes in the opened form.

Project Quality Gate

Within an individual project, security pipelines and security checks can contain one or more quality gates, information about which is presented in the Projects → Project Name → Quality Gate section. Project Quality Gate

The tab provides management for linking quality gates to pipelines and checks, with the ability to set an action rule for the selected gate (informational notification of gate failure or blocking the merge request until errors are resolved).

Adding a Quality Gate

A quality gate can be added either from a specific project or from the general list of quality gate templates in the Quality Gate section, which can be reused across multiple projects.

To add a new quality gate template, go to the Quality Gate section, click the Add Quality Gate button, and specify the template name in the opened form. Adding a Template The created template must be edited using the edit button Edit to set the necessary metrics for quality tracking and save the template. Templates are deleted using the delete button Delete Template in the template list.

To add a Quality Gate to a project, follow these steps:

  1. In the Projects → Project Name → Quality Gate section, click the Add Gate button.
  2. From the dropdown list, select the required gate or click the Create New Quality Gate button (this will open the form for creating a new gate). Adding a Gate
  3. Click the Save button. The results of passing Quality Gates can be tracked in the project within security pipelines and checks.