-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zero Dependency-Check #6831
Comments
Assuming you are talking about https://marketplace.visualstudio.com/items?itemName=dependency-check.dependencycheck keep in mind that the Azure DevOps extension is not built/owned by this project. However note that ODC does not work properly with the output from Yarn Berry (v2+). #4894 #4215 Which yarn version are you using and which format/version is your Is the report generating at all? Do you see vulnerabilities with |
The version I am currently using is yarn version 1.22.22 and the yarn.lock file contains v1. And when I run the yarn audit it does generate a vulnerability report. @chadlwilson |
Try scanning your project with the ODC CLI on your local machine using similar configuration. If that works, then your problem is with the Azure Dev Ops plugin and you’ll have to ask them. Anyway, you’re going to need to share more information than that for anyone to help. What you are doing, exactly. What you expect to see. What you actually see. |
Look, I have something in particular that I can't find the reason for what happens:
I am doing dependency analysis through this tool, in a pipeline execution
Apparently the task is done correctly but when I publish the vulnerabilities it does not generate any, they appear at zero.
Any recommendation ideas, it would be of great help to me. @jeremylong
The text was updated successfully, but these errors were encountered: