Skip to content
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

Enable CodeQL with TSA #37

Merged
merged 1 commit into from Nov 4, 2022
Merged

Enable CodeQL with TSA #37

merged 1 commit into from Nov 4, 2022

Conversation

mdh1418
Copy link
Contributor

@mdh1418 mdh1418 commented Nov 3, 2022

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

We enable CodeQL directly on the main pipeline as there are relatively few jobs, and because commits are relatively infrequent, there is no need for a separate pipeline to specify a cadence (periods between commits and therefore pipeline builds can be over a weeklong, so if there is no change, there is no need for a new codeql scan)

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

@akoeplinger akoeplinger merged commit 6720a7a into mono:main Nov 4, 2022
@mdh1418 mdh1418 deleted the enable_codeql branch November 8, 2022 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants