-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
79 lines (77 loc) · 2.85 KB
/
REUSE.toml
File metadata and controls
79 lines (77 loc) · 2.85 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
version = 1
# Binary files cannot contain inline SPDX headers and cause read errors when
# python-debian attempts to parse them. Use "override" precedence so that the
# REUSE tool uses only the annotation below and skips reading file contents.
[[annotations]]
path = [
"**.zip",
"**.tar.gz",
"**.bin",
"**.qcow2",
"**.qcow2_enc",
"attestation-verifier/src/pkg/lib/common/3rd_party_component_licenses.zip",
"attestation-verifier/src/pkg/lib/common/test/cirros-x86.qcow2",
"attestation-verifier/src/pkg/lib/common/test/cirros-x86.qcow2_enc",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/misc/smbios2",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/misc/SecureBootZeroFile",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/purley/DMI",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/purley/TPM2",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/whitley/DMI",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/whitley/TPM2",
"attestation-verifier/src/pkg/lib/hostinfo/test_data/whitley/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c",
"attestation-verifier/src/pkg/tagent/test/eventlog/incomplete_tcg_spec_event.bin",
"attestation-verifier/src/pkg/tagent/test/eventlog/tpm2_invalid_address",
"attestation-verifier/src/pkg/tagent/test/eventlog/tpm2_invalid_file_length",
"attestation-verifier/src/pkg/tagent/test/eventlog/tpm2_invalid_signature",
"attestation-verifier/src/pkg/tagent/test/eventlog/tpm2_valid",
"attestation-verifier/src/pkg/tagent/test/eventlog/tpm2_valid1",
"attestation-verifier/src/pkg/tagent/test/eventlog/txt-logs.bin",
"attestation-verifier/src/pkg/tagent/test/eventlog/txt_heap_info.bin",
"attestation-verifier/src/pkg/tagent/test/eventlog/uefi_event_log.bin",
"attestation-verifier/src/pkg/tagent/test/eventlog/uefi_event_log_invalid.bin",
]
precedence = "override"
SPDX-FileCopyrightText = "2025 Intel Corporation"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"REUSE.toml",
".trivyignore",
".gitleaksignore",
"trivy.yaml",
"ci/**",
"attestation-verifier/src/upgrades/manifest/supported_versions",
"attestation-verifier/src/upgrades/tagent/config/v5.0.0_config.tmpl",
"**.md",
"**/VERSION",
"**/CODEOWNERS",
"**/.gitignore",
"**/.patch",
"**/.github/workflows/**",
"**.github/workflows/lint.sh",
"**go.mod",
"**go.sum",
"**/Cargo.lock",
"**/.helmignore",
"**/Chart.lock",
"**.yml",
"**.yaml",
"**.tpl",
"**.tmpl",
"**.json",
"**/docs/**",
"**/pkg/**",
"**/NOTES.txt",
"**.pem",
"**.xml",
"**.service",
"**.env",
"**.sql",
"**.conf",
"venv/**",
".gitattributes",
"**/kata_keeplist.txt",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Intel Corporation"
SPDX-License-Identifier = "Apache-2.0"