summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/SecurityPkg.ci.yaml
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-11-23 13:01:29 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-11-30 14:19:07 +0000
commit60fa40be458dc65776df92c9ca5d9ef373896a14 (patch)
tree60d03bada8076aa81f3a70a5aa96e44e10d4a985 /SecurityPkg/SecurityPkg.ci.yaml
parentdf790cd6b37e008f10e19155bc48e7aef50ae7b3 (diff)
downloadedk2-60fa40be458dc65776df92c9ca5d9ef373896a14.tar.gz
edk2-60fa40be458dc65776df92c9ca5d9ef373896a14.tar.bz2
edk2-60fa40be458dc65776df92c9ca5d9ef373896a14.zip
SecurityPkg: Update YAML to ignore specific ECC files/errors
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 Update package YAML files to ignore ECC errors that are already present. These issues must be fixed in the future, but should not block source code changes for these known issues. Cc: Qi Zhang <qi1.zhang@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Qi Zhang <qi1.zhang@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.ci.yaml')
-rw-r--r--SecurityPkg/SecurityPkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml
index d7b9e1f4e2..7912142398 100644
--- a/SecurityPkg/SecurityPkg.ci.yaml
+++ b/SecurityPkg/SecurityPkg.ci.yaml
@@ -18,6 +18,9 @@
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
+ "Library/TcgStorageCoreLib/TcgStorageUtil.c",
+ "Library/TcgStorageCoreLib/TcgStorageCore.c",
+ "Library/Tpm2CommandLib/Tpm2NVStorage.c"
]
},
"CompilerPlugin": {