From 2b4d402fb968c10502b1ce5d59dfb546b6c0b177 Mon Sep 17 00:00:00 2001 From: "Zhenyu (Adam) Wu" <85357044+AdamZWu@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:20:14 -0400 Subject: [PATCH] Update verification_summary.md --- docs/spec/v1.0/verification_summary.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/spec/v1.0/verification_summary.md b/docs/spec/v1.0/verification_summary.md index 4155e66c7..29f72baaf 100644 --- a/docs/spec/v1.0/verification_summary.md +++ b/docs/spec/v1.0/verification_summary.md @@ -254,15 +254,16 @@ WARNING: This is just for demonstration purposes. -The result of evaluating an artifact (or set of artifacts) against SLSA. -SHOULD contain one value per SLSA track: +The result of evaluating an artifact (or set of artifacts) against SLSA tracks. +SHOULD be one of these values: - SLSA BUILD track: - `SLSA_BUILD_LEVEL_0` - `SLSA_BUILD_LEVEL_1` - `SLSA_BUILD_LEVEL_2` - `SLSA_BUILD_LEVEL_3` -- FAILED (Indicates policy evaluation failed, optional) +- General policy evaluation track: + - `FAILED` Note that each SLSA level implies the levels below it in the same track. For example, `SLSA_BUILD_LEVEL_3` means (`SLSA_BUILD_LEVEL_1` +