From be3e24ea3c9f497efde85900df298ce9bc42fce8 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jan 2020 12:08:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/application_security/sast/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/user') diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md index 2672b0f3461..cd1dabb6ef4 100644 --- a/doc/user/application_security/sast/index.md +++ b/doc/user/application_security/sast/index.md @@ -207,7 +207,8 @@ variables: If your project requires custom build configurations, it can be preferable to avoid compilation during your SAST execution and instead pass all job artifacts from an -earlier stage within the pipeline. +earlier stage within the pipeline. This is the current strategy when requiring +a `before_script` execution to prepare your scan job. To pass your project's dependencies as artifacts, the dependencies must be included in the project's working directory and specified using the `artifacts:path` configuration. -- cgit v1.2.3