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 in this repo #538

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Commits on Jul 17, 2023

  1. Enable CodeQL in this repo (Azure#537)

    CodeQL detects one C# file and four C files in this repository and wants to run analysis on them. This PR enables CodeQL analysis.
    
    For the C code, since CodeQL's autobuild can't figure out our Rust-based build, I added a custom pipeline. I adapted the YAML that GitHub generates for [advanced code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository#configuring-code-scanning-manually).
    
    For C#, the single file in this repo is not production code--it's meant to be run inside an Azure Function during a test--so building it in the new pipeline isn't worth the effort. Instead, I changed the extension on the file. Hopefully CodeQL will pass over it.
    damonbarry committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4c85b1a View commit details
    Browse the repository at this point in the history