Remove GIT_STRATEGY: none from DAST CI templates
What does this MR do?
Removes the GIT_STRATEGY: none setting from DAST CI templates to enable project code checkout during DAST scans.
This change is required to support the authentication scripts feature, which needs access to repository files.
Changes
- Remove
GIT_STRATEGY: nonefrom DAST.gitlab-ci.yml - Remove
GIT_STRATEGY: nonefrom DAST.latest.gitlab-ci.yml - Remove
GIT_STRATEGY: nonefrom DAST-On-Demand-Scan.gitlab-ci.yml
Changes manually tested:
Closes #582982
Edited by Michael Eddington

