]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Add CodeQL build stage
authorOwen Smith <owen.smith@citrix.com>
Fri, 5 Mar 2021 10:14:18 +0000 (10:14 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 9 Mar 2021 17:39:38 +0000 (17:39 +0000)
commit10ce7371b3302a2aa7faa50d97806ed9392dbf88
tree6d464153d6d0ed62b41febfa867f64b91e69308b
parent622f1b738fd63f22188bf53a8f1c0a8a259094d6
Add CodeQL build stage

CodeQL logs will be required for future WHQL submissions. Add a stage
that generates the required SARIF files. CodeQL is a semantic code
analysis engine, which will highlight vunerabilities that will need
fixing.

In order to use CodeQL, the CodeQL binaries must be on the path and the
Windows-Driver-Developer-Supplemental-Tools must be on the path defined
by the CODEQL_QUERY_SUITE environment variable (if defined), or under
the parent folder (if CODEQL_QUERY_SUITE variable is not defined)

Note: Due to the way the codeql command line is built, using quotes in a
MSBuild command line is not possible, so generate a batch file to wrap
the command line.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
build.ps1
msbuild.ps1