Skip to content

Commit f2af79f

Browse files
committed
docs: fix markdown linter warnings in firmware-reference-values.md
Add blank lines before lists and code blocks to comply with markdownlint rules MD031 (blanks-around-fences) and MD032 (blanks-around-lists).
1 parent 49c0b02 commit f2af79f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/firmware-reference-values.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pip install veritas-collectd
5252
### 2. Bare Metal Cluster Access
5353

5454
You need:
55+
5556
- A running bare metal cluster with Intel TDX or AMD SEV-SNP hardware
5657
- KataConfig deployed and in Ready state
5758
- At least one kata pod successfully running (proves TEE is functional)
@@ -61,6 +62,7 @@ You need:
6162
You need write access to the Vault instance at `secret/data/hub/firmwareReferenceValues`.
6263

6364
If using the pattern's default Vault setup:
65+
6466
```bash
6567
# Get Vault root token from cluster
6668
oc get secret -n vault vault-init -o jsonpath='{.data.root_token}' | base64 -d
@@ -113,6 +115,7 @@ make push-firmware-refvals REFVALS_FILE=./refvals-*.json
113115
```
114116

115117
This script:
118+
116119
1. Extracts firmware measurements from veritas JSON
117120
2. Converts to the KBS/RVPS expected format (arrays of hex strings)
118121
3. Pushes to Vault at `secret/data/hub/firmwareReferenceValues`

0 commit comments

Comments
 (0)