mbox series

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

Message ID 20220225151931.99848-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series codeql: add support for Xen and tools | expand

Message

Roger Pau Monné Feb. 25, 2022, 3:19 p.m. UTC
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