Commit 7fd5fdc6 authored by Max Woolf's avatar Max Woolf Committed by Igor Drozdov

Moves compliance framework to GitLab Premium

parent 85b9ccc0
...@@ -20,7 +20,7 @@ Adjust your project's name, description, avatar, [default branch](../repository/ ...@@ -20,7 +20,7 @@ Adjust your project's name, description, avatar, [default branch](../repository/
The project description also partially supports [standard Markdown](../../markdown.md#standard-markdown-and-extensions-in-gitlab). You can use [emphasis](../../markdown.md#emphasis), [links](../../markdown.md#links), and [line-breaks](../../markdown.md#line-breaks) to add more context to the project description. The project description also partially supports [standard Markdown](../../markdown.md#standard-markdown-and-extensions-in-gitlab). You can use [emphasis](../../markdown.md#emphasis), [links](../../markdown.md#links), and [line-breaks](../../markdown.md#line-breaks) to add more context to the project description.
#### Compliance framework **(ULTIMATE)** #### Compliance framework **(PREMIUM)**
You can select a framework label to identify that your project has certain compliance requirements or needs additional oversight. Available labels include: You can select a framework label to identify that your project has certain compliance requirements or needs additional oversight. Available labels include:
......
...@@ -56,6 +56,7 @@ class License < ApplicationRecord ...@@ -56,6 +56,7 @@ class License < ApplicationRecord
cluster_deployments cluster_deployments
code_owner_approval_required code_owner_approval_required
commit_committer_check commit_committer_check
compliance_framework
cross_project_pipelines cross_project_pipelines
custom_file_templates custom_file_templates
custom_file_templates_for_namespace custom_file_templates_for_namespace
...@@ -110,7 +111,6 @@ class License < ApplicationRecord ...@@ -110,7 +111,6 @@ class License < ApplicationRecord
EEP_FEATURES.freeze EEP_FEATURES.freeze
EEU_FEATURES = EEP_FEATURES + %i[ EEU_FEATURES = EEP_FEATURES + %i[
compliance_framework
container_scanning container_scanning
coverage_fuzzing coverage_fuzzing
credentials_inventory credentials_inventory
......
---
title: Moves compliance framework to GitLab Premium
merge_request: 35597
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment