Skip to content
代码片段 群组 项目
未验证 提交 5df7930b 编辑于 作者: Russell Dickenson's avatar Russell Dickenson 提交者: GitLab
浏览文件

Merge branch 'pw-sentence-case-secret-detection' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -4,7 +4,7 @@ group: Secret Detection ...@@ -4,7 +4,7 @@ group: Secret Detection
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
--- ---
# Secret Detection # Secret detection
DETAILS: DETAILS:
**Tier:** Free, Premium, Ultimate **Tier:** Free, Premium, Ultimate
...@@ -24,8 +24,8 @@ this risk, you should store your secrets outside your remote ...@@ -24,8 +24,8 @@ this risk, you should store your secrets outside your remote
repositories. If a secret is exposed, you should revoke and replace it repositories. If a secret is exposed, you should revoke and replace it
as soon as possible. as soon as possible.
Secret Detection scans your repository to help prevent your secrets Secret detection scans your repository to help prevent your secrets
from being exposed. Secret Detection scanning works on all text files, from being exposed. Secret detection scanning works on all text files,
regardless of the language or framework used. regardless of the language or framework used.
GitLab has three methods for detecting secrets, which can be used simultaneously: GitLab has three methods for detecting secrets, which can be used simultaneously:
......
...@@ -160,7 +160,7 @@ Different features are available in different [GitLab tiers](https://about.gitla ...@@ -160,7 +160,7 @@ Different features are available in different [GitLab tiers](https://about.gitla
To enable pipeline secret detection, either: To enable pipeline secret detection, either:
- Enable [Auto DevOps](../../../../topics/autodevops/index.md), which includes [Auto Pipeline Secret Detection](../../../../topics/autodevops/stages.md#auto-secret-detection). - Enable [Auto DevOps](../../../../topics/autodevops/index.md), which includes [Auto Secret Detection](../../../../topics/autodevops/stages.md#auto-secret-detection).
- [Edit the `.gitlab-ci.yml` file manually](#edit-the-gitlab-ciyml-file-manually). Use this method - [Edit the `.gitlab-ci.yml` file manually](#edit-the-gitlab-ciyml-file-manually). Use this method
if your `.gitlab-ci.yml` file is complex. if your `.gitlab-ci.yml` file is complex.
...@@ -188,7 +188,7 @@ your GitLab CI/CD configuration file is complex. ...@@ -188,7 +188,7 @@ your GitLab CI/CD configuration file is complex.
1. In the **Branch** text box, enter the name of the default branch. 1. In the **Branch** text box, enter the name of the default branch.
1. Select **Commit changes**. 1. Select **Commit changes**.
Pipelines now include a pipeline Secret Detection job. Pipelines now include a pipeline secret detection job.
#### Use an automatically configured merge request #### Use an automatically configured merge request
...@@ -207,7 +207,7 @@ To enable pipeline secret detection: ...@@ -207,7 +207,7 @@ To enable pipeline secret detection:
1. On the left sidebar, select **Search or go to** and find your project. 1. On the left sidebar, select **Search or go to** and find your project.
1. Select **Secure > Security configuration**. 1. Select **Secure > Security configuration**.
1. In the **Pipeline Secret Detection** row, select **Configure with a merge request**. 1. In the **Pipeline secret detection** row, select **Configure with a merge request**.
1. Optional. Complete the fields. 1. Optional. Complete the fields.
1. Select **Create merge request**. 1. Select **Create merge request**.
1. Review and merge the merge request. 1. Review and merge the merge request.
...@@ -844,7 +844,7 @@ Below is a table with the demonstration projects and their associated workflows: ...@@ -844,7 +844,7 @@ Below is a table with the demonstration projects and their associated workflows:
There are also some video demonstrations walking through setting up remote rulesets: There are also some video demonstrations walking through setting up remote rulesets:
- [Secret Detection with local and remote ruleset](https://youtu.be/rsN1iDug5GU) - [Secret detection with local and remote ruleset](https://youtu.be/rsN1iDug5GU)
## FIPS-enabled images ## FIPS-enabled images
......
...@@ -69,7 +69,7 @@ Prerequisites: ...@@ -69,7 +69,7 @@ Prerequisites:
1. Sign in to your GitLab instance as an administrator. 1. Sign in to your GitLab instance as an administrator.
1. On the left sidebar, at the bottom, select **Admin**. 1. On the left sidebar, at the bottom, select **Admin**.
1. Select **Settings > Security and compliance**. 1. Select **Settings > Security and compliance**.
1. Under **Secret Detection**, select or clear **Allow secret push protection**. 1. Under **Secret detection**, select or clear **Allow secret push protection**.
### Enable secret push protection in a project ### Enable secret push protection in a project
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册