snyk / snyk-nuget-plugin

Basic Snyk CLI plugin for .NET support.
Other
5 stars 14 forks source link

fix: [OSM-1797] Fixing bug that caused a failure when running `snyk test` in a multi-project folder #213

Closed dotkas closed 2 months ago

dotkas commented 2 months ago

We have a bug in the Improved .NET Scanning that manifests itself when dotnet tries to restore and/or publish inside a folder where multiple .csproj files exist.

Our logic just sends dotnet the folder to use, not the specific filename.

This PR changes that.

snyksec commented 2 months ago

:tada: This PR is included in version 2.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: