You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: