forked from cc-api/cc-trusted-vmsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cc-api#25 from intelzhongjie/main
workflows: add static code checks
- Loading branch information
Showing
9 changed files
with
860 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Authorized and unauthorized licenses in LOWER CASE | ||
[Licenses] | ||
authorized_licenses: | ||
3-clause bsd | ||
apache | ||
apache 2.0 | ||
apache software | ||
apache software license | ||
apache-2.0 | ||
bsd | ||
bsd license | ||
GNU Lesser General Public License v2 or later (LGPLv2+) | ||
gnu lgpl | ||
isc license | ||
isc license (iscl) | ||
lgpl with exceptions or zpl | ||
mit | ||
mit license | ||
mozilla public license 2.0 (mpl 2.0) | ||
MPL-2.0 | ||
new bsd | ||
new bsd license | ||
python software foundation | ||
python software foundation license | ||
simplified bsd | ||
zpl 2.1 | ||
|
||
unauthorized_licenses: | ||
gpl v3 |
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,54 @@ | ||
{ | ||
"version": "0.2", | ||
"ignorepaths": [ | ||
".github/", | ||
".git/" | ||
], | ||
"ignorewords": [], | ||
"ignoreRegExpList": [ | ||
"/```[\\s\\S]*?```/g", | ||
"/`[\\s\\S]*?`/g" | ||
], | ||
"import": [], | ||
"dictionarydefinitions": [], | ||
"dictionaries": [], | ||
"words": [ | ||
"authkey", | ||
"ccnp", | ||
"cctrusted", | ||
"cmdline", | ||
"commandline", | ||
"containerd", | ||
"daemonset", | ||
"distro", | ||
"Eventlog", | ||
"grpcurl", | ||
"GHCI", | ||
"kustomization", | ||
"LASA", | ||
"netplan", | ||
"NFD", | ||
"OVMF", | ||
"proto", | ||
"qcow", | ||
"quoteserver", | ||
"RTMR", | ||
"TDREPORT", | ||
"TDVF", | ||
"TDVM", | ||
"udev", | ||
"PCCS", | ||
"DCAP", | ||
"distros", | ||
"PCKID", | ||
"pccs", | ||
"pckcache", | ||
"sysfs", | ||
"UEFI", | ||
"ACPI", | ||
"MRTD", | ||
"CCEL", | ||
"Bootloader", | ||
"VMSDK" | ||
] | ||
} |
Oops, something went wrong.