|
When i analyze a submodule maven project, codeql only return one of them result, is that a bug or need some configuration? |
Answered by
hvitved
May 19, 2022
Replies: 1 comment 1 reply
|
Are you sure that the source code in the other submodules are compiled as part of the build? CodeQL will only include |
1 reply
Answer selected by
ox1234
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Are you sure that the source code in the other submodules are compiled as part of the build? CodeQL will only include
.javafiles that are part of the build.