debian-mirror-gitlab/doc/user/application_security/configuration/index.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

2020-01-01 13:55:28 +05:30
---
type: reference, howto
2020-06-23 00:09:42 +05:30
stage: Secure
group: Static Analysis
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
2020-01-01 13:55:28 +05:30
---
# Security Configuration **(ULTIMATE)**
2020-03-13 15:44:24 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/20711) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 12.6.
2020-01-01 13:55:28 +05:30
## Overview
The security configuration page displays the configuration state of each of the security
features and can be accessed through a project's sidebar nav.
2020-05-24 23:13:21 +05:30
![Screenshot of security configuration page](../img/security_configuration_page_v13_1.png)
2020-01-01 13:55:28 +05:30
2020-04-08 14:13:33 +05:30
The page uses the project's latest default branch [CI pipeline](../../../ci/pipelines/index.md) to determine the configuration
2020-01-01 13:55:28 +05:30
state of each feature. If a job with the expected security report artifact exists in the pipeline,
the feature is considered configured.
NOTE: **Note:** if the latest pipeline used [Auto DevOps](../../../topics/autodevops/index.md),
all security features will be configured by default.
## Limitations
It is not possible to enable or disable a feature using the configuration page.
However, instructions on how to enable or disable a feature can be found through
the links next to each feature on that page.