From: "Michael Kubacki" <mikuback@linux.microsoft.com>
To: devel@edk2.groups.io
Cc: Andrew Fish <afish@apple.com>,
Leif Lindholm <quic_llindhol@quicinc.com>,
Liming Gao <gaoliming@byosoft.com.cn>,
Michael D Kinney <michael.d.kinney@intel.com>,
Sean Brogan <sean.brogan@microsoft.com>
Subject: [PATCH v3 0/2] Enable Initial CodeQL Support
Date: Thu, 3 Nov 2022 20:32:33 -0400 [thread overview]
Message-ID: <20221104003235.2429-1-mikuback@linux.microsoft.com> (raw)
From: Michael Kubacki <michael.kubacki@microsoft.com>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4115
This patch series enables initial CodeQL support within the edk2
repository.
After this patch, a CodeQL Analyze step will run on a subset of
edk2 packages in Pull Requests. The plan to scale additional CodeQL
queries is documented in the RFC and it is recommeneded to read
that for more detail:
https://github.com/tianocore/edk2/discussions/3258#discussioncomment-3682099
In summary, this change will:
- Main workflow file - .github/workflows/codeql-analysis.yml
1. Add a code scanning workflow with the CodeQL Analysis GitHub action
2. Build packages on Windows + VS2019
3. Perform CodeQL analysis on the build results
- Custom configuration file - .github/codeql/codeql-config.yml
1. Specify the edk2 CodeQL query set
2. Apply a query filter to exclude errors, warnings, and
recommendations
- edk2 query set file - .github/codeql/edk2.qls
1. Enable a single query: cpp/conditionallyuninitializedvariable
Per the RFC, this enables CodeQL but does not allow any alerts
by suppressing all of the severity levels.
When the code changes necessary to resolve problems found with
cpp/conditionallyuninitializedvariable are checked in, the severity
filter can be adjusted such that query is enabled.
V3 Changes:
1. Remove Node.js and cspell installation from workflow
These are not needed for the build used for CodeQL.
V2 Changes:
1. Switch from Ubuntu + GCC5
As noted in the v1 series, there is an occassional issue with
filesystem paths on Ubuntu + GCC at the moment that prevents this
change from being checked in. A bug has been filed against CodeQL
and the CodeQL team has confirmed this is a bug. They were not
aware of the bug until this report.
https://github.com/github/codeql-action/issues/1338
In the meantime, this v2 patch series places the workflow on
Windows with VS2019 which has been reliable across testing.
Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Michael Kubacki (2):
Maintainers.txt: Add .github maintainers and reviewers
.github: Add initial CodeQL config and workflow files
.github/codeql/codeql-config.yml | 30 +++++++
.github/codeql/edk2.qls | 12 +++
.github/workflows/codeql-analysis.yml | 91 ++++++++++++++++++++
Maintainers.txt | 6 ++
4 files changed, 139 insertions(+)
create mode 100644 .github/codeql/codeql-config.yml
create mode 100644 .github/codeql/edk2.qls
create mode 100644 .github/workflows/codeql-analysis.yml
--
2.28.0.windows.1
next reply other threads:[~2022-11-04 0:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 0:32 Michael Kubacki [this message]
2022-11-04 0:32 ` [PATCH v3 1/2] Maintainers.txt: Add .github maintainers and reviewers Michael Kubacki
2022-11-04 0:32 ` [PATCH v3 2/2] .github: Add initial CodeQL config and workflow files Michael Kubacki
2022-11-04 0:42 ` Michael D Kinney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221104003235.2429-1-mikuback@linux.microsoft.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox