Commit 322e7b3c authored by Avielle Wolfe's avatar Avielle Wolfe Committed by Thong Kuah

Bump DAST to use version 2

DAST templates have been bumped to depend
on DAST version 2. This is a breaking change from
DAST version 1.

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62597
EE: true
parent eb85b3e4
...@@ -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