snyk / snyk-nuget-plugin

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

feat: [OSM-955] Adding support for custom `<BaseOutputPath>` #201

Closed dotkas closed 7 months ago

dotkas commented 7 months ago

You can customize the output path to something different than obj/project.assets.json which we have hard coded various places.

This PR changes the logic to probe dotnet restore about where the assets file has been written, and use that as a baseline instead.

snyksec commented 7 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: