From d5e6cf1790a73cc4b909aeb315a68f369c503b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Mon, 15 Jan 2024 10:45:10 +0100 Subject: [PATCH] Fix MD warning. --- Lombiq.Tests.UI/Docs/SecurityScanning.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lombiq.Tests.UI/Docs/SecurityScanning.md b/Lombiq.Tests.UI/Docs/SecurityScanning.md index 8cf077367..e009034e1 100644 --- a/Lombiq.Tests.UI/Docs/SecurityScanning.md +++ b/Lombiq.Tests.UI/Docs/SecurityScanning.md @@ -23,8 +23,7 @@ You can create detailed security scans of your app with [Zed Attack Proxy (ZAP)] On Windows-based GitHub runners the security tests always fail with the following error: -> The `docker.exe pull softwaresecurityproject/zap-stable:2.14.0 --quiet` command failed with the output below. -> no matching manifest for windows/amd64 10.0.20348 in the manifest list entries. +> The `docker.exe pull softwaresecurityproject/zap-stable:2.14.0 --quiet` command failed with the output below. no matching manifest for windows/amd64 10.0.20348 in the manifest list entries. This is because the Docker installation is configured to use Windows images, while the [ZAP docker image](https://hub.docker.com/r/softwaresecurityproject/zap-stable/tags) is only available for Linux. If you rely on our [Lombiq GitHub Actions](https://github.com/Lombiq/GitHub-Actions) then you can configure it like this to disable a test, in this case `SecurityScanningTests`: