Skip to content

Commit 86b1a02

Browse files
address Sabreen's comments
also add the CI checks Signed-off-by: Thomas Fossati <[email protected]>
1 parent e645eef commit 86b1a02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/api-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Check Endorsement provisioning API
2525
run: make -C api/endorsement-provisioning check
26+
27+
- name: Check Discovery API
28+
run: make -C api/well-known check

api/well-known/schemas/components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ components:
44
required:
55
- media-types
66
- version
7-
- state
7+
- service-state
88
- api-endpoints
99
properties:
10-
public-key:
10+
ear-verification-key:
1111
$ref: '#/components/schemas/PublicKey'
1212
description:
1313
Public key and algorithm to be used to verify the Attestation Result

0 commit comments

Comments
 (0)