[Public Beta] CodeQL can scan Java projects without a build #113548
Unanswered
coadaflorin
asked this question in
Code Security
Replies: 1 comment 3 replies
-
|
Can you clarify how this works internally? Is there a new extractor that directly parses Java and Kotlin code (similar to Javascript, Typescript, and Python) or does it still try to run an autobuild and then try to analyze the instrumented results of the failed build? I tried this out on a Java repository (no Kotlin code) that had never had CodeQL enabled and noticed it still ran the autobuild action. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


-
Select Topic Area
Product Feedback
Body
A key requirement for scanning Java with CodeQL was to have a working build. We are now able to scan Java projects without the need for a working build. We really 鉂わ笍 feedback and while this feature is in a public beta we welcome feedback about this new approach for scanning Java.
Who is this available for?
This feature is available now to all GitHub code scanning users via default setup.
Beta Was this translation helpful? Give feedback.
All reactions