Skip to content

Fix Container Scanning on branches

Craig Smith requested to merge fix_container_scanning into master

What does this MR do?

Since !430 (merged) container scanning has stopped working on feature branches. This MR fixes that by setting the DOCKER_IMAGE to the new format when on the feature branch.

container_scanning_new is overriden and not container_scanning because DAST is using CS_MAJOR_VERSION: 4

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Craig Smith

Merge request reports