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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 06:07:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 06:07:49 +0300
commitdaa5663fbe5d9fe8702e94273877f68b411121f8 (patch)
treeeb0db03be00beee7640b77c81d4a44b5983589d2 /doc
parentac0889f2fd013e37c022b56f166ced1640a108f0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/user/application_security/sast/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index 95027e99c00..5693c6c50ec 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -100,7 +100,7 @@ Add the following to your `.gitlab-ci.yml` file:
```yaml
include:
- template: SAST.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
```
The included template will create a `sast` job in your CI/CD pipeline and scan
@@ -124,7 +124,7 @@ set the `SAST_GOSEC_LEVEL` variable to `2`:
```yaml
include:
- template: SAST.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
variables:
SAST_GOSEC_LEVEL: 2
@@ -141,7 +141,7 @@ template inclusion and specify any additional keys under it. For example:
```yaml
include:
- template: SAST.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
sast:
variables:
@@ -178,7 +178,7 @@ This does not require running the executor in privileged mode. For example:
```yaml
include:
- template: SAST.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
variables:
SAST_DISABLE_DIND: "true"
@@ -196,7 +196,7 @@ kubesec analyzer. In `.gitlab-ci.yml`, define:
```yaml
include:
- template: SAST.gitlab-ci.yml
+ - template: SAST.gitlab-ci.yml
variables:
SCAN_KUBERNETES_MANIFESTS: "true"