From 7a3985830494149fb9764c4475ab42ed452be4bd Mon Sep 17 00:00:00 2001 From: Marcela Melara Date: Fri, 16 Aug 2024 15:21:16 -0700 Subject: [PATCH] Make linter happy Signed-off-by: Marcela Melara --- docs/spec/draft/attested-build-env-levels.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/spec/draft/attested-build-env-levels.md b/docs/spec/draft/attested-build-env-levels.md index 89f94f8f8..fe406e4b9 100644 --- a/docs/spec/draft/attested-build-env-levels.md +++ b/docs/spec/draft/attested-build-env-levels.md @@ -12,13 +12,13 @@ In this track, provenance describes how the [hosted] build platform built the base [build image], what build environment they deployed, and the hardware platform they used. -| Track/Level | Requirements | Focus | -| ------------- | ------------ | ----- | -| [Environment L0] | (none) | (n/a) | -| [Environment L1] | Signed build image provenance exists | Tampering during build image distribution | -| [Environment L2] | Attested build environment deployment | Tampering via the build platform's control plane | -| [Environment L3] | Hardware-authenticated build environment | Tampering via the compute platform's host interface | -| [Environment L4] | Encrypted build environment | Tampering and data leaks by the build platform or compute platform during the build | +| Track/Level | Requirements | Focus +| ------------- | ------------ | ----- +| [Environment L0] | (none) | (n/a) +| [Environment L1] | Signed build image provenance exists | Tampering during build image distribution +| [Environment L2] | Attested build environment deployment | Tampering via the build platform's control plane +| [Environment L3] | Hardware-authenticated build environment | Tampering via the compute platform's host interface +| [Environment L4] | Encrypted build environment | Tampering and data leaks by the build platform or compute platform during the build > [!IMPORTANT] > The Environment track currently requires a [hosted] build platform. @@ -210,6 +210,7 @@ All of [Environment L1], plus:
### Environment L3: Hardware-authenticated build environment + TODO