You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException : The docker.exe pull softwaresecurityproject/zap-stable:2.14.0 --quiet command failed this error occures whenever I am trying to run any of the SecurityScanningTests on my local machine.
I asked @wAsnk and he confirmed the same thing is happening for him locally. Same error goes locally for the OrchardCore.Commerce solution and NuGet.Test solution.
It is very interesting because we do not experience this on CI neither on Ubuntu nor on Windows builds. At least every OSOCE dev build passed so far and I checked out dev to run tests.
Repro
Run BasicSecurityScanShouldPass on your local machine and the error should occur.
I tried:
Upgrading CliWrap nuget to 3.6.6 did not solve this issue that was my best bet.
I suspect something is off with CliWrap and HelpfulLibraries.Cli atleast the logs are suggesting that the docker daemon might not be running and the generated test log claims that : this error may indicate that the docker daemon is not running: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=softwaresecurityproject%2Fzap-stable&tag=2.14.0": open //./pipe/docker_engine: A rendszer nem találja a megadott fájlt.
System.InvalidOperationException : The docker.exe pull softwaresecurityproject/zap-stable:2.14.0 --quiet command failed
this error occures whenever I am trying to run any of theSecurityScanningTests
on my local machine.I asked @wAsnk and he confirmed the same thing is happening for him locally. Same error goes locally for the OrchardCore.Commerce solution and NuGet.Test solution.
It is very interesting because we do not experience this on CI neither on Ubuntu nor on Windows builds. At least every OSOCE dev build passed so far and I checked out dev to run tests.
Repro
BasicSecurityScanShouldPass
on your local machine and the error should occur.I tried:
I suspect something is off with CliWrap and HelpfulLibraries.Cli atleast the logs are suggesting that the
docker daemon
might not be running and the generated test log claims that :this error may indicate that the docker daemon is not running: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=softwaresecurityproject%2Fzap-stable&tag=2.14.0": open //./pipe/docker_engine: A rendszer nem találja a megadott fájlt.
Here is the TestOutput.log:
TestOutput.log
Jira issue
The text was updated successfully, but these errors were encountered: