Skip to content

Stabilize the DAST pipeline by pinning to a specific version of Docker

Cameron Swords requested to merge fix-docker-in-dast-pipeline into master

What does this MR do?

Fixes the DAST Pipeline by pinning to version 19.03.10 of the Docker image. For some reason, when using version 19.03.11, the installed version of python3 doesn't setup the pip3 command, breaking the DAST pipeline.

Does this MR meet the acceptance criteria?

Merge request reports