stages:
- build
- test
- dast
include:
- template: <DAST.gitlab-ci.yml>
variables:
DAST_WEBSITE: https://mywebsite.com
This is my YAML file, I tried doing it through auto dev ops as well, but for some reason after test it does nothng else. I thought it would go to DAST after the test phase of the pipeline. Is there something I’d have to add to my package.json? We got the trial for gitlab ultimate so we can see how this feature works for security, so I don’t think the subscription package is the problem.
Thank you