Commit c70a8985 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-add-before-script-note-to-sast-docs' into 'master'

Add note about before_script to SAST docs

See merge request gitlab-org/gitlab!23436
parents fa17f8ff ee81a2ad
...@@ -207,7 +207,8 @@ variables: ...@@ -207,7 +207,8 @@ variables:
If your project requires custom build configurations, it can be preferable to avoid 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 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 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. in the project's working directory and specified using the `artifacts:path` configuration.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment