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. ...@@ -170,6 +170,8 @@ the site during a scan could lead to inaccurate results.
#### Include the DAST template #### 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 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 in a CI/CD template file. Updates to the template are provided with GitLab
upgrades, allowing you to benefit from any improvements and additions. upgrades, allowing you to benefit from any improvements and additions.
......
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
- dast - dast
variables: variables:
DAST_VERSION: 1 DAST_VERSION: 2
# Setting this variable will affect all Security templates # Setting this variable will affect all Security templates
# (SAST, Dependency Scanning, ...) # (SAST, Dependency Scanning, ...)
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers" SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# List of available variables: https://docs.gitlab.com/ee/user/application_security/dast/#available-variables # List of available variables: https://docs.gitlab.com/ee/user/application_security/dast/#available-variables
variables: variables:
DAST_VERSION: 1 DAST_VERSION: 2
# Setting this variable will affect all Security templates # Setting this variable will affect all Security templates
# (SAST, Dependency Scanning, ...) # (SAST, Dependency Scanning, ...)
SECURE_ANALYZERS_PREFIX: "registry.gitlab.com/gitlab-org/security-products/analyzers" 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