-
-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
Hi There,
i just wanted to try out the security-scanner to see what it finds and if i would like to incorporate it into my CI-Pipeline.
But i could not get it working with .net core 5 running on Linux (Ubuntu 20.10).
Output of dotnet --version:
$ dotnet --version
5.0.201
Output of dotnet tool install -g security-scan:
$ dotnet tool install -g security-scan
You can invoke the tool using the following command: security-scan
Tool 'security-scan' (version '5.1.0') was successfully installed.
Running the tool:
$ security-scan
Error:
An assembly specified in the application dependencies manifest (security-scan.deps.json) was not found:
package: 'System.Globalization.Extensions', version: '4.3.0'
path: 'runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll'
So to me it looks like, that the security-scan nuget package is missing some dependencies?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels