Skip to content

Commit cf98656

Browse files
committed
Port OCP Attestation spec to Markdown.
1 parent 8e98003 commit cf98656

File tree

13 files changed

+886
-0
lines changed

13 files changed

+886
-0
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
ocp-template-ref: stable
2525
inputs: >-
2626
[
27+
{
28+
"src": "specifications/attestation-of-system-components/spec.ocp",
29+
"append_git_rev_to_version": true,
30+
"gh_pages_html": "attestation-of-system-components/HEAD"
31+
},
2732
{
2833
"src": "specifications/device-identity-provisioning/spec.ocp",
2934
"append_git_rev_to_version": true,
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Attestation of System Components
2+
3+
## Specification Website
4+
5+
A version of the specification tracking the latest content in the `main` branch can be found at the following links:
6+
7+
- HTML render: https://opencomputeproject.github.io/Security/attestation-of-system-components/HEAD/
8+
9+
## Specification source
10+
11+
The specification source is available in [spec.ocp](./spec.ocp).
12+
13+
## Building the specification
14+
15+
To view a rendered version of the specification, clone the [ocp-spec-tools](https://github.com/opencomputeproject/ocp-spec-tools) repository, and then run:
16+
17+
```sh
18+
$ path/to/ocp-spec-tools/docker-pull.sh
19+
$ path/to/ocp-spec-tools/docker-run.sh --html spec.html spec.ocp
20+
```
21+
22+
## Maintaining the specification
23+
24+
See [here](https://github.com/opencomputeproject/ocp-spec-tools/blob/main/README.md#tips-and-tricks) for guidance on maintaining the specification.

specifications/attestation-of-system-components/bibliography.yaml

Whitespace-only changes.
369 KB
Loading
208 KB
Loading
34.6 KB
Loading
356 KB
Loading
376 KB
Loading
361 KB
Loading
368 KB
Loading

0 commit comments

Comments
 (0)