| Age | Commit message (Collapse) | Author |
|
|
|
|
|
---------
Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
|
|
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
|
|
In accordance with this issue https://github.com/github/codeql-cli-binaries/issues/149 I have reconfigured to run code scanning on all PR's (to include text only changes) and adjusted the build command to build all solutions, not just the changed ones.
|
|
Deletes CodeQL-Analysis Workflow
|
|
GitHub did not register this workflow as the one associated with the Code Scanning security feature.
Therefore I have a separate PR https://github.com/microsoft/Windows-driver-samples/pull/818 which established the workflow through the security menu.
This workflow is identical to that one except for a syntax fix in the designation of which types of file updates do not trigger the workflow.
|
|
Excludes all files within the .github directory from triggering the Code Scanning workflow.
|
|
This file is identical to the existing workflow except that it has been created via the GitHub Security Code Scanning menu, which registers the workflow with the Code Scanning triggers unlike the existing workflow. If this successfully meets the Security requirements, the next commit will remove the duplicate workflow.
|
|
Creates CodeQL-Analysis workflow to run the latest CodeQL CLI and cpp rules against driver solutions which have changed.
This is a CI mechanism to alert if there are CodeQL violations in projects which have been changed since the last commit.
|
|
|
|
* Add scripts to build a set of samples, as well as individual solution folders.
* Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request.
For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.
|