CodeQL is the analysis engine that provides the vast majority of our code scanning results. In the second half of CY2022, we're aiming to release Kotlin support in public beta.
Intended Outcome
Looking at language popularity data on GitHub.com, Kotlin is a very popular language both within the open source community and with our enterprise customers — mostly for creating mobile apps for Android. Building Kotlin support for CodeQL means that we'll be able to flag up security alerts in your Kotlin codebases.
How will it work?
Analyzing Kotlin codebases with CodeQL in code scanning will work much the same as scanning other source code in languages that we already support. After you've set up CodeQL analysis in an Actions workflow on a Kotlin repository, the analysis job will be triggered as configured. As soon as the analysis is finished, the CodeQL results will then become visible to you in the "Security" tab and on pull requests.
The text was updated successfully, but these errors were encountered:
Summary
CodeQL is the analysis engine that provides the vast majority of our code scanning results. In the second half of CY2022, we're aiming to release Kotlin support in public beta.
Intended Outcome
Looking at language popularity data on GitHub.com, Kotlin is a very popular language both within the open source community and with our enterprise customers — mostly for creating mobile apps for Android. Building Kotlin support for CodeQL means that we'll be able to flag up security alerts in your Kotlin codebases.
How will it work?
Analyzing Kotlin codebases with CodeQL in code scanning will work much the same as scanning other source code in languages that we already support. After you've set up CodeQL analysis in an Actions workflow on a Kotlin repository, the analysis job will be triggered as configured. As soon as the analysis is finished, the CodeQL results will then become visible to you in the "Security" tab and on pull requests.
The text was updated successfully, but these errors were encountered: