[PATCH 0/2] codeql: add support for Xen and tools

Roger Pau Monne posted 2 patches 2 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220225151931.99848-1-roger.pau@citrix.com
.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
[PATCH 0/2] codeql: add support for Xen and tools
Posted by Roger Pau Monne 2 years, 2 months ago
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