Commit b7ef0136 authored by Thong Kuah's avatar Thong Kuah

Merge branch '299913-use-DAST-2-in-DAST-latest-template' into 'master'

Upgrade DAST to version 2

See merge request gitlab-org/gitlab!62597
parents 099b203b 322e7b3c
......@@ -170,6 +170,8 @@ the site during a scan could lead to inaccurate results.
#### Include the DAST template
> This template was [updated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62597) to DAST_VERSION: 2 in GitLab 14.0.
If you want to manually add DAST to your application, the DAST job is defined
in a CI/CD template file. Updates to the template are provided with GitLab
upgrades, allowing you to benefit from any improvements and additions.
......
......@@ -10,7 +10,7 @@ stages:
- dast
variables:
DAST_VERSION: 1
DAST_VERSION: 2
# Setting this variable will affect all Security templates
# (SAST, Dependency Scanning, ...)
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
......
......@@ -17,7 +17,7 @@
# List of available variables: https://docs.gitlab.com/ee/user/application_security/dast/#available-variables
variables:
DAST_VERSION: 1
DAST_VERSION: 2
# Setting this variable will affect all Security templates
# (SAST, Dependency Scanning, ...)
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment