-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcopyright.cfg
32 lines (32 loc) · 943 Bytes
/
copyright.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"confidentiality-marker": [
"**/*:NO"
],
"include": [
"configs/harbor/harbor.yml.tmpl:yml",
"services/rt-linux-detection/rt-linux-detection/Dockerfile:py"
],
"exclude": [
"header_scan",
"**/testdata/**/*",
"LICENSE",
"Code-of-Conduct.md",
"VERSION",
"go.sum",
"go.mod",
"configs/os-provider/localprofile/profile.sh",
"configs/os-provider/localprofile/pre.sh",
"configs/os-provider/localprofile/build/build_mirror.sh",
"examples/harbor/extfile.cnf",
"third_party/licenses",
"configs/ironic/ironic-inspector-auth-config-tpl",
"configs/ironic/ironic-rpc-auth-config-tpl",
"configs/ironic/ironic-auth-config-tpl",
"examples/sample_RKE_cluster/vm_setup/template.xml",
"kit/",
"configs/os-provider/localprofile/ubuntu2204/",
"configs/os-provider/localprofile/ubuntu2004/",
"configs/os-provider/localprofile/debian11/",
".golangci.yml"
]
}