summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLucas Charles <me@lucascharles.me>2019-08-22 09:56:49 -0700
committerLucas Charles <me@lucascharles.me>2019-08-23 11:02:01 -0700
commit1fc212903700bc0d46701fb46b0bea469e21677c (patch)
tree5e12c8b2ab0f8997a9060c9a3c12f8b8fd850078 /doc
parent0eb03f47f4f4d14867738cb433f2350dc2aba3a0 (diff)
downloadgitlab-ce-1fc212903700bc0d46701fb46b0bea469e21677c.tar.gz
Use common terminology for SAT/DS table headers
Diffstat (limited to 'doc')
-rw-r--r--doc/user/application_security/dependency_scanning/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md
index 3148ec63c79..0a559440d3c 100644
--- a/doc/user/application_security/dependency_scanning/index.md
+++ b/doc/user/application_security/dependency_scanning/index.md
@@ -141,7 +141,7 @@ dependency_scanning:
Dependency Scanning can be [configured](#customizing-the-dependency-scanning-settings)
using environment variables.
-| Environment variable | Function |
+| Environment variable | Description |
|-------------------------------- |----------|
| `DS_ANALYZER_IMAGES` | Comma separated list of custom images. The official default images are still enabled. Read more about [customizing analyzers](analyzers.md). |
| `DS_ANALYZER_IMAGE_PREFIX` | Override the name of the Docker registry providing the official default images (proxy). Read more about [customizing analyzers](analyzers.md). |
@@ -276,7 +276,7 @@ it highlighted:
Here is the description of the report file structure nodes and their meaning. All fields are mandatory to be present in
the report JSON unless stated otherwise. Presence of optional fields depends on the underlying analyzers being used.
-| Report JSON node | Function |
+| Report JSON node | Description |
|------------------------------------------------------|----------|
| `version` | Report syntax version used to generate this JSON. |
| `vulnerabilities` | Array of vulnerability objects. |