dotnet / linker

388 stars 126 forks source link

Enable CodeQL with TSA #3099

Closed mdh1418 closed 1 year ago

mdh1418 commented 1 year ago

CodeQL is a static analysis tool that is able to scan source code to help detect security vulnerabilities. In dotnet/linker, there already exists auto-injection of CodeQL's init and finalize tasks within the official default pipeline.

This PR does the following: Enables CodeQL Enable TSA with CodeQL