-
Notifications
You must be signed in to change notification settings - Fork 17
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
FAILURE_ACCURACY_NOT_MET #220
Comments
I am running BlackDuck in a monorepo with multiple projects (single BlackDuck project setup) and I am also wondering if |
For anyone bumping into this:
|
Seems like it is DETECT_DETECTOR_SEARCH_DEPTH instead of DETECT_DETECTOR_DEPTH but it still doesn't check nested folders |
Hi eeelkhan, Did you find a solution for this? |
Adding workspaces array to package.json did the trick but later versions on pnpm don't support this. So we will look into other solutions. |
Hey!
I am getting
Extraction for NPM Package Json Parse has accuracy of LOW but HIGH is required by the current detect.accuracy.required configuration.
when running on javascript (frontend) project.Workflow was a copypaste from the BlackDuck docs. And I don't see how
detect.accuracy.required
can be set.The text was updated successfully, but these errors were encountered: