From 2d1b1d229c22d467b551a2021e4696b5fd4244fa Mon Sep 17 00:00:00 2001 From: "Zhenyu (Adam) Wu" <85357044+AdamZWu@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:58:37 -0400 Subject: [PATCH] editorial: Fix SLSA level in VSA v1 example (#941) Signed-off-by: Zhenyu Wu --- docs/spec/v1.0/verification_summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v1.0/verification_summary.md b/docs/spec/v1.0/verification_summary.md index f09b7f85d..eff9e3302 100644 --- a/docs/spec/v1.0/verification_summary.md +++ b/docs/spec/v1.0/verification_summary.md @@ -235,7 +235,7 @@ WARNING: This is just for demonstration purposes. } ], "verificationResult": "PASSED", - "verifiedLevels": ["SLSA_LEVEL_3"], + "verifiedLevels": ["SLSA_BUILD_LEVEL_3"], "dependencyLevels": { "SLSA_BUILD_LEVEL_3": 5, "SLSA_BUILD_LEVEL_2": 7,