Net new issues (delta) scan troubleshooting
PreviousError executing binary because of corporate policy (Windows)NextIDE plugin scan fails on Windows systems with .exe download blocking
Last updated
Was this helpful?
Net new issues scans fail to find issues on npm-based reference scans.
The net new issues filter in the IDEs compares the software Projects in two folders or two branches from a Git project.
Some package managers, such as NuGet, pip, npm, and so on, require specific manifest files to be generated before you can perform a scan analysis. These files, for example, package-lock.json or obj/project.assets.json for NuGet, are typically generated by the Project's compiler or running a specific installation command.
Required manifest files must be generated before you can perform a scan analysis. These files, for example, package-lock.json or obj/project.assets.json for NuGet must have been generated on the current branch or folder and either:
Be committed to the reference branch before the scan
Be prepared (compiled) into a different directory, that will be used as a reference folder for Snyk scan

Last updated
Was this helpful?
Was this helpful?

