We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e12aa commit b2bc5a3Copy full SHA for b2bc5a3
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -1,5 +1,5 @@
1
name: Bug Report
2
-description: Create a bug report to help improve CC Trusted API
+description: Create a bug report to help improve Evidence API
3
labels: kind/bug
4
body:
5
- type: textarea
common/python/evidence_api/api.py
"""
-The CC Trusted API
+The Evidence API
import logging
from abc import ABC, abstractmethod
@@ -13,7 +13,7 @@
13
14
class EvidenceApi(ABC):
15
16
- """Abstract class for CC Trusted API.
+ """Abstract class for Evidence API.
17
18
The inherited SDK class will implement the APIs.
19
docs/API-usage-example.md
@@ -1,4 +1,4 @@
-# CC Trusted API Examples
+# Evidence API Examples
## Dump Report (Intel® TDX only)
0 commit comments