Skip to content

Disable DS when doing SAST QA

Lucas Charles requested to merge disable-ds-when-triggering-downstream-sast into master

What does this MR do?

Due to the dependencies as defined in our needs conditions for our QA jobs, we need to fully disable DS within the downstream SAST jobs to ensure DS_DISABLED is properly respected. See companion MR for DS downstream: !132 (merged)

With the work in gitlab-org/gitlab#33724 (closed) this was handled manually for most downstream projects but we should do it this way to be less verbose (example: gitlab-org/security-products/analyzers/phpcs-security-audit!30 (diffs))

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports