Hello, The following series add support for Xen and tools to be analyzed with CodeQL using a github workflow. The result of such analysis ends up in the "Security" github tab.
Currently we perform 3 different analyses for C, Python and Go code. Roger Pau Monne (2): codeql: add support for analyzing C, Python and Go codeql: ignore Kconfig .github/codeql/codeql-config.yml | 2 ++ .github/workflows/codeql.yml | 60 ++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/codeql/codeql-config.yml create mode 100644 .github/workflows/codeql.yml -- 2.34.1