File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SLSA
2
+
3
+ Supply chain Levels for Software Artifacts, or SLSA, is a framework that
4
+ provides a series of requirements and controls. These requirements are
5
+ divided across four levels with SLSA Level 1 providing the least guarantees
6
+ and SLSA Level 4 providing the highest assurances.
7
+
8
+ The lowest tier, SLSA Level 1, requires provenance information to be generated
9
+ for a software artifact, with the SLSA provenance specification written as an
10
+ in-toto attestation. Another type is the Verification Summary Attestation, that
11
+ communicates an artifact has been verified at a particular SLSA level. Both of
12
+ these are generated via the in-toto attestation framework.
13
+
14
+ ## References
15
+
16
+ * https://slsa.dev/provenance/v0.2
17
+ * https://slsa.dev/verification_summary/v0.1
18
+ * https://github.com/in-toto/attestation
You can’t perform that action at this time.
0 commit comments