Skip to content

Drop DinD mode for DS

Fabien Catteau requested to merge 220540-drop-ds-dind into master

What does this MR do?

Drop Docker-in-Docker (DinD) mode for Dependency Scanning:

  • remove the dependency_scanning job used in DinD
  • merge this job into .ds-analyzer when relevant

.ds-analyzer is the job template for the Dependency Scanning jobs in non-DinD mode.

Warning! CI configurations that explicitly override the dependency_scanning job become invalid since this job no longer exist. This is to be expected since we're dropping support DinD mode.

See #220540 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Lucas Charles

Merge request reports