Skip to content

Enum: SlsaResultEnum

A named SLSA result used in Verification Summary Attestations to indicate the verified level of an artifact or its dependencies.

URI: slsa:SlsaResultEnum

Permissible Values

Value Meaning Description
SLSA_BUILD_LEVEL_0 None No SLSA Build guarantees verified
SLSA_BUILD_LEVEL_1 None Build Level 1 verified for the artifact
SLSA_BUILD_LEVEL_2 None Build Level 2 verified for the artifact
SLSA_BUILD_LEVEL_3 None Build Level 3 verified for the artifact
SLSA_SOURCE_LEVEL_1 None Source Level 1 verified for the artifact
SLSA_SOURCE_LEVEL_2 None Source Level 2 verified for the artifact
SLSA_SOURCE_LEVEL_3 None Source Level 3 verified for the artifact
SLSA_SOURCE_LEVEL_4 None Source Level 4 verified for the artifact

Slots

Name Description
verifiedLevels The highest verified SLSA level for each applicable track (not including tran...

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/slsa

LinkML Source

name: SlsaResultEnum
description: A named SLSA result used in Verification Summary Attestations to indicate
  the verified level of an artifact or its dependencies.
in_subset:
- slsa_build_track
- slsa_source_track
from_schema: https://w3id.org/lmodel/slsa
rank: 1000
permissible_values:
  SLSA_BUILD_LEVEL_0:
    text: SLSA_BUILD_LEVEL_0
    description: No SLSA Build guarantees verified.
  SLSA_BUILD_LEVEL_1:
    text: SLSA_BUILD_LEVEL_1
    description: Build Level 1 verified for the artifact.
  SLSA_BUILD_LEVEL_2:
    text: SLSA_BUILD_LEVEL_2
    description: Build Level 2 verified for the artifact.
  SLSA_BUILD_LEVEL_3:
    text: SLSA_BUILD_LEVEL_3
    description: Build Level 3 verified for the artifact.
  SLSA_SOURCE_LEVEL_1:
    text: SLSA_SOURCE_LEVEL_1
    description: Source Level 1 verified for the artifact.
  SLSA_SOURCE_LEVEL_2:
    text: SLSA_SOURCE_LEVEL_2
    description: Source Level 2 verified for the artifact.
  SLSA_SOURCE_LEVEL_3:
    text: SLSA_SOURCE_LEVEL_3
    description: Source Level 3 verified for the artifact.
  SLSA_SOURCE_LEVEL_4:
    text: SLSA_SOURCE_LEVEL_4
    description: Source Level 4 verified for the artifact.