From 771eb864fc9e2ff1676624c35ed12c3fa7d7cfb8 Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Tue, 27 Aug 2024 11:23:04 +0200 Subject: [PATCH] impl: Fix Jekyll front matter Signed-off-by: Arnaud J Le Hors --- docs/spec/draft/verifying-source.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/spec/draft/verifying-source.md b/docs/spec/draft/verifying-source.md index 80701d01e..deacef02f 100644 --- a/docs/spec/draft/verifying-source.md +++ b/docs/spec/draft/verifying-source.md @@ -1,8 +1,9 @@ --- title: Verifying source -description: SLSA uses attestations to indicate security claims associated with a repository revision, but attestations don't do anything unless somebody inspects them. -SLSA calls that inspection verification, and this page describes how to verify properties of source revisions using their SLSA source provenance attestations. -The intended audience is platform implementers, security engineers, and software consumers. +description: | + SLSA uses attestations to indicate security claims associated with a repository revision, but attestations don't do anything unless somebody inspects them. + SLSA calls that inspection verification, and this page describes how to verify properties of source revisions using their SLSA source provenance attestations. + The intended audience is platform implementers, security engineers, and software consumers. --- SLSA uses attestations to indicate security claims associated with a repository revision, but attestations don't do anything unless somebody inspects them.