Skip to content

Commit

Permalink
GITBOOK-7617: .NET TS: restore CLI content to scanning provide depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
awileysnyk authored and gitbook-bot committed Jul 23, 2024
1 parent 5dc879f commit 1cc18c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* [`Directory.Build.props`](https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022#directorybuildprops-and-directorybuildtargets) and [`Directory.Build.targets`](https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022#directorybuildprops-and-directorybuildtargets) are not supported for SCM integration. You can scan private dependencies using central package management with the Snyk CLI. You must run `dotnet restore` and then run `snyk test` with `-all-projects`, as each sub-folder will contain its own `project.assets.json` file.
* `<ProjectReference>`elements are not supported.
* Private dependency scanning is supported for SCM integrations by enabling improved .NET scanning for your Organization or Group through the [Snyk Preview](https://docs.snyk.io/snyk-admin/snyk-preview) menu. Navigate to the [Improved .NET scanning](improved-.net-scanning.md) page for more details.
* Private dependency scanning is supported for SCM integrations by enabling improved .NET scanning for your Organization or Group through the [Snyk Preview](https://docs.snyk.io/snyk-admin/snyk-preview) menu. Navigate to the [Improved .NET scanning](improved-.net-scanning.md) page for more details. You can also scan private dependencies using the Snyk CLI

If you need help, [contact Snyk Support](https://support.snyk.io/hc/en-us).&#x20;

Expand Down

0 comments on commit 1cc18c2

Please sign in to comment.