Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-19 15:57:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-19 15:57:54 +0300
commit419c53ec62de6e97a517abd5fdd4cbde3a942a34 (patch)
tree1f43a548b46bca8a5fb8fe0c31cef1883d49c5b6 /doc/tutorials/scan_result_policy/index.md
parent1da20d9135b3ad9e75e65b028bffc921aaf8deb7 (diff)
Add latest changes from gitlab-org/gitlab@16-5-stable-eev16.5.0-rc42
Diffstat (limited to 'doc/tutorials/scan_result_policy/index.md')
-rw-r--r--doc/tutorials/scan_result_policy/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tutorials/scan_result_policy/index.md b/doc/tutorials/scan_result_policy/index.md
index dabc311135a..46005bd8e56 100644
--- a/doc/tutorials/scan_result_policy/index.md
+++ b/doc/tutorials/scan_result_policy/index.md
@@ -9,19 +9,19 @@ info: To determine the technical writer assigned to the Stage/Group associated w
This tutorial shows you how to create and configure a [scan result policy](../../user/application_security/policies/scan-result-policies.md). These policies can be set to take action based on scan results.
For example, in this tutorial, you'll set up a policy that requires approval from two specified users if a vulnerability is detected in a merge request.
-Prerequisites:
-
-The namespace used for this tutorial must:
-
-- Contain a minimum of three users, including your own. If you don't have two other users, you must first
- create them. For details, see [Creating users](../../user/profile/account/create_accounts.md).
-
To set up a scan result policy:
1. [Create a test project](#create-a-test-project).
1. [Add a scan result policy](#add-a-scan-result-policy).
1. [Test the scan result policy](#test-the-scan-result-policy).
+## Before you begin
+
+The namespace used for this tutorial must:
+
+- Contain a minimum of three users, including your own. If you don't have two other users, you must first
+ create them. For details, see [Creating users](../../user/profile/account/create_accounts.md).
+
## Create a test project
1. On the left sidebar, at the top, select **Create new** (**{plus}**) and **New project/repository**.