From 36c24ed80609fe55a69ad880cdcd84542c37090a Mon Sep 17 00:00:00 2001 From: RaviK2233 <107915169+RaviK2233@users.noreply.github.com> Date: Mon, 11 May 2026 16:30:48 +0100 Subject: [PATCH] Removed reference for ZAP sample repository as we do not use ZAP anymore --- quality-assurance/test-repositories.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quality-assurance/test-repositories.md b/quality-assurance/test-repositories.md index 5801c51f8..b813363ff 100644 --- a/quality-assurance/test-repositories.md +++ b/quality-assurance/test-repositories.md @@ -8,12 +8,6 @@ Example Java project for API testing, using REST-assured and obtaining secrets f -## OWASP ZAP Scan - -Provides the ability to execute a Full Scan against a web application using the OWASP ZAP Docker image within an Azure DevOps pipeline. - - - ## Playwright Template Demonstrates the Page Object Model pattern using Playwright and TypeScript.