From f452b65f436f0c56488256db52cf1681b94b3dea Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 22 Aug 2021 21:10:46 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/user/application_security/dependency_scanning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index 565b9c29934..0bbf1f0aecd 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -287,7 +287,7 @@ We execute both analyzers because they use different sources of vulnerability da #### Python -We only execute one build in the directory where a requirements file has been detected, such as `requirements.txt` or any +We only execute one installation in the directory where a requirements file has been detected, such as `requirements.txt` or any variation of this file (for example, `requirements.pip` or `requires.txt`). #### Java and Scala