Commit 6d021ce1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'jonwolski-master-patch-19439' into 'master'

doc: The `Security/Secret-Detection.gitlab-ci.yml` include requires `test` stage

See merge request gitlab-org/gitlab!60551
parents 47e0a80b c079e4dc
......@@ -118,7 +118,7 @@ To enable Secret Detection for GitLab 13.1 and later, you must include the
`Secret-Detection.gitlab-ci.yml` template that's provided as a part of your GitLab installation. For
GitLab versions earlier than 11.9, you can copy and use the job as defined in that template.
Add the following to your `.gitlab-ci.yml` file:
Ensure your `.gitlab-ci.yml` file has a `stage` called `test`, and add the following to your `.gitlab-ci.yml` file:
```yaml
include:
......
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