-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CodeQL as part of PR process. Add codeql filters file for code…
…ql issuse that should be ignored.
- Loading branch information
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## @file | ||
# CodeQL Result Filters for Packages in oem_sample | ||
# | ||
# Note: | ||
# 1. Packages that use Mu Basecore can reuse this file to quickly pick up the | ||
# same filters applied to results in the Mu Basecore repo. | ||
# 2. It is recommended paths begin with `**/` in filter files residing in repos that | ||
# are used as dependencies by other repos. That way the filter | ||
# will apply both in the current repo directly and regardless of where the repo is | ||
# located within a downstream repos directory hierarchy. | ||
# | ||
# Copyright (c) Microsoft Corporation | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
|
||
{ | ||
"Filters": | ||
[ | ||
"-**/OemPkg/Library/MsBootManagerSettingsDxeLib/BootManagerSettings.c:cpp/unsigned-comparison-zero", | ||
"-**/OemPkg/Library/PasswordPolicyLib/PasswordPolicyLib.c:cpp/unused-static-variable", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters