-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add an ability to scan subdirs of Maven and Gradle projects separately #19
Add an ability to scan subdirs of Maven and Gradle projects separately #19
Conversation
We've got a similar issue - where we have a monorepo which also contains a Maven project. While #29 would technically make it possible to use this action, the change proposed here seems more adaptable to the monorepo use-case. |
We also have the same issue which is block us to us this amazing Github Action for Yarn Project under a Maven Project MonoRepo. Let us know if we can help get this reviewed, merged and published on master! Thanks. |
Hello @tom-vanbraband-sonarsource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your contribution, and apologies for the very late response on our side.
The change looks good!
In our case (https://github.com/provectus/kafka-ui), the ReactJS application is part of the maven project / monorepo.
This update allows us to check quality of js app separately.