Skip to content

Update SAST CI examples for leveraging existing build jobs

Lucas Charles requested to merge docs/leveraging-existing-builds-secure into master

What does this MR do?

Per work on https://gitlab.com/gitlab-org/gitlab-ee/issues/8212, we should improve our SAST documentation to show custom execution strategies for projects which cannot take advantage of our default configuration. This improvements cover several important use cases:

  1. Bypassing compilation during sast stage (for performance, security, or compatibility reasons)
  2. Bypassing the requirement for Docker-in-Docker executions
  3. Documenting the ability to upload/collate multiple job reports during a pipeline

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/8212

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports