From 933d8a3db666433a2f32e9f421df08b52b4998ad Mon Sep 17 00:00:00 2001 From: phillipwells Date: Thu, 18 Sep 2025 13:27:36 -0500 Subject: [PATCH] Add DAST blog to secure tutorials --- doc/tutorials/secure_application.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorials/secure_application.md b/doc/tutorials/secure_application.md index 9cc654469a5cae..1bc2a9153ba4fc 100644 --- a/doc/tutorials/secure_application.md +++ b/doc/tutorials/secure_application.md @@ -25,6 +25,7 @@ Create fundamental scans to identify vulnerabilities. |-------|-------------|--------------------| | [Set up dependency scanning](dependency_scanning.md) | Learn how to detect vulnerabilities in an application's dependencies. | {{< icon name="star" >}} | | [Scan a Docker container for vulnerabilities](container_scanning/_index.md) | Learn how to use container scanning templates to add container scanning to your projects. | {{< icon name="star" >}} | +| [A comprehensive guide to GitLab DAST](https://about.gitlab.com/blog/comprehensive-guide-to-gitlab-dast/) | Learn how to configure dynamic application security testing, perform scans, and implement security policies. | {{< icon name="star" >}} | ## Protect against secret exposure -- GitLab