Skip to content

Commit a058e1c

Browse files
committed
Add slsa adoption
Signed-off-by: Aditya Sirish <[email protected]>
1 parent 8223913 commit a058e1c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

slsa/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)