Skip to content
Snippets Groups Projects

Improve Secret Detection MR docs

Merged Russell Dickenson requested to merge russell/improve-secret-detection-mr-docs into master
@@ -92,7 +92,7 @@ Use this method if you have an existing GitLab CI/CD configuration file.
1. On the top bar, select **Main menu > Projects** and find your project.
1. On the left sidebar, select **CI/CD > Editor**.
1. Paste the following at the bottom of the `.gitlab-ci.yml` file:
1. Copy and paste the following to the bottom of the `.gitlab-ci.yml` file:
```yaml
include:
Loading