We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2b90a commit 2b4d402Copy full SHA for 2b4d402
docs/spec/v1.0/verification_summary.md
@@ -254,15 +254,16 @@ WARNING: This is just for demonstration purposes.
254
255
</div>
256
257
-The result of evaluating an artifact (or set of artifacts) against SLSA.
258
-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:
259
260
- SLSA BUILD track:
261
- `SLSA_BUILD_LEVEL_0`
262
- `SLSA_BUILD_LEVEL_1`
263
- `SLSA_BUILD_LEVEL_2`
264
- `SLSA_BUILD_LEVEL_3`
265
-- FAILED (Indicates policy evaluation failed, optional)
+- General policy evaluation track:
266
+ - `FAILED`
267
268
Note that each SLSA level implies the levels below it in the same track.
269
For example, `SLSA_BUILD_LEVEL_3` means (`SLSA_BUILD_LEVEL_1` +
0 commit comments