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-27 03:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-27 03:08:48 +0300
commitc25c2a635b1944f5811d7a5eb9984ce5999e64f6 (patch)
tree49a34c6a1605e9525e8fd4d12dfb6f34daea1955 /doc
parent3cf907da69b58dd56121b44fc2a95bd0ce197ea2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index dee460348f3..f4dbed25274 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -1076,6 +1076,7 @@ Auto DevOps can undo your changes.
The following table lists variables related to the database.
| **Variable** | **Description** |
+|-----------------------------------------|------------------------------------|
| `DB_INITIALIZE` | From GitLab 11.4, used to specify the command to run to initialize the application's PostgreSQL database. Runs inside the application pod. |
| `DB_MIGRATE` | From GitLab 11.4, used to specify the command to run to migrate the application's PostgreSQL database. Runs inside the application pod. |
| `POSTGRES_ENABLED` | Whether PostgreSQL is enabled. Defaults to `"true"`. Set to `false` to disable the automatic deployment of PostgreSQL. |
@@ -1089,6 +1090,7 @@ The following table lists variables related to the database.
The following table lists variables related to security tools.
| **Variable** | **Description** |
+|-----------------------------------------|------------------------------------|
| `SAST_CONFIDENCE_LEVEL` | Minimum confidence level of security issues you want to be reported; `1` for Low, `2` for Medium, `3` for High. Defaults to `3`. |
#### Disable jobs
@@ -1096,6 +1098,7 @@ The following table lists variables related to security tools.
The following table lists variables used to disable jobs.
| **Variable** | **Description** |
+|-----------------------------------------|------------------------------------|
| `CODE_QUALITY_DISABLED` | From GitLab 11.0, used to disable the `codequality` job. If the variable is present, the job will not be created. |
| `CONTAINER_SCANNING_DISABLED` | From GitLab 11.0, used to disable the `sast:container` job. If the variable is present, the job will not be created. |
| `DAST_DISABLED` | From GitLab 11.0, used to disable the `dast` job. If the variable is present, the job will not be created. |