Skip to content
Snippets Groups Projects
Unverified Commit d9a87919 authored by Olivier Gonzalez's avatar Olivier Gonzalez
Browse files

Restore original DAST template and override in ADO

parent 7a6109b1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -83,3 +83,9 @@ include:
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Management.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
# Override DAST job to exclude master branch
dast:
except:
refs:
- master
\ No newline at end of file
Loading
Loading
@@ -59,7 +59,5 @@ dast:
variables:
- $GITLAB_FEATURES =~ /\bdast\b/
except:
refs:
- master
variables:
- $DAST_DISABLED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment