Skip to content
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

Yarn workspaces with other languages then javascript are not detected #35

Open
eye2web opened this issue Sep 27, 2022 · 0 comments
Open

Comments

@eye2web
Copy link

eye2web commented Sep 27, 2022

We are using Yarn workspaces in combination with different languages because we have a mono repository. So as example we have a Java Gradle project that has a package.json file in the root to act as a Workspace.

The problem is that the scanner thinks it is a Javascript project while it isn't. So it does not scan any workspace that isn't a Javascript project.

Using this doesn't work either:
DETECT_GRADLE_INCLUDED_CONFIGURATIONS: runtimeClasspath
DETECT_GRADLE_PATH: path/to/gradlew/project

The scan looks as follows: projectname/appname/local yarn/bom scan size: 0B. So the scanner does recognise the projects.

How can we solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant