summaryrefslogtreecommitdiff
path: root/doc/development/integrations
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-06 18:12:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-06 18:12:19 +0000
commit30e5ae4c2b9c1674dc222e4bde0daa3f9795782e (patch)
tree9e19ad1a246e986cd3a8e3842179a972b808ccd1 /doc/development/integrations
parent47d926e838b670f5bfeebab36ddd524f5397c5ca (diff)
downloadgitlab-ce-30e5ae4c2b9c1674dc222e4bde0daa3f9795782e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/integrations')
-rw-r--r--doc/development/integrations/secure.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/integrations/secure.md b/doc/development/integrations/secure.md
index 05fa3a0439e..34293845d17 100644
--- a/doc/development/integrations/secure.md
+++ b/doc/development/integrations/secure.md
@@ -539,7 +539,7 @@ affecting version `2.50.3-2+deb9u1` of Debian package `glib2.0`:
"namespace": "production",
"kind": "Deployment",
"name": "nginx-ingress",
- "container": "nginx",
+ "container_name": "nginx",
"agent_id": "1"
}
}
@@ -548,7 +548,7 @@ affecting version `2.50.3-2+deb9u1` of Debian package `glib2.0`:
The affected package is found when scanning a deployment using the `index.docker.io/library/nginx:1.18` image.
The location fingerprint of a Cluster Image Scanning vulnerability combines the
-`namespace`, `kind`, `name`, and `container` fields from the `kubernetes_resource`,
+`namespace`, `kind`, `name`, and `container_name` fields from the `kubernetes_resource`,
as well as the package `name`, so these fields are required. The `image` field is also mandatory.
The `cluster_id` and `agent_id` are mutually exclusive, and one of them must be present.
All other fields are optional.