Skip to content

Commit

Permalink
Merge pull request cc-api#25 from intelzhongjie/main
Browse files Browse the repository at this point in the history
workflows: add static code checks
  • Loading branch information
intelzhongjie authored Mar 5, 2024
2 parents b7fb317 + aa1d3fc commit f2170a6
Show file tree
Hide file tree
Showing 9 changed files with 860 additions and 15 deletions.
29 changes: 29 additions & 0 deletions .github/.license_check.ini
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
54 changes: 54 additions & 0 deletions .github/cspell.json
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"
]
}
Loading

0 comments on commit f2170a6

Please sign in to comment.