Skip to content

Warn user about outdated .gitlab-ci.yml when Docker Dind is missing

Gilbert Roulot requested to merge 19_warn_user_about_sast_ci_config into master

What does this MR do?

It makes the sast job fail and prints directions when Docker in Docker is needed but unavailable.

Why was this MR needed?

To make Sast not give users a false sense of security when they use it on Python or Maven without Docker in Docker.

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • [Documentation: not needed, it already mention the need of the docker socket.
  • Tests added for this feature/bug

What are the relevant issue numbers?

Closes #19

Merge request reports