Commit 93374331 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'baotang2118-master-patch-70062' into 'master'

Update index.md, fix error Secret-Detection.gitlab-ci.yml is empty or does not exist

See merge request gitlab-org/gitlab!48446
parents 4454cd3e aa8226cb
...@@ -115,7 +115,7 @@ Add the following to your `.gitlab-ci.yml` file: ...@@ -115,7 +115,7 @@ Add the following to your `.gitlab-ci.yml` file:
```yaml ```yaml
include: include:
- template: Secret-Detection.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml
``` ```
The included template creates Secret Detection jobs in your CI/CD pipeline and scans The included template creates Secret Detection jobs in your CI/CD pipeline and scans
...@@ -153,7 +153,7 @@ override the `secret_detection` job with the `SECRET_DETECTION_HISTORIC_SCAN` va ...@@ -153,7 +153,7 @@ override the `secret_detection` job with the `SECRET_DETECTION_HISTORIC_SCAN` va
```yaml ```yaml
include: include:
- template: Secret-Detection.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml
secret_detection: secret_detection:
variables: variables:
......
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