Skip to content

Commit

Permalink
Fix MD warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jan 15, 2024
1 parent 3589205 commit d5e6cf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lombiq.Tests.UI/Docs/SecurityScanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit d5e6cf1

Please sign in to comment.