-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathmain.yml
361 lines (281 loc) · 11.7 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
# Global side menu
# Children are only visible when the item or one of its children is selected
- title: Home
url: /
- title: Current activities
url: /current-activities
description: What the SLSA community is currently working on
- title: SLSA 1.1 Draft
description: >
This section describes SLSA's security levels and requirements for each track.
If you want to achieve SLSA a particular level, these are the requirements
you'll need to meet.
url: /spec/v1.1/
children:
- title: Understanding SLSA
description: >
This section provides an overview of SLSA, how it helps protect against common
supply chain attacks, and common use cases. If you're new to SLSA or
supply chain security, start here.
children:
- title: What's new in v1.1
url: /spec/v1.1/whats-new
description: What's new in SLSA Version 1.1
- title: About SLSA
url: /spec/v1.1/about
description: An introductory guide to SLSA
- title: Supply chain threats
url: /spec/v1.1/threats-overview
description: An introduction to supply chain threats
- title: Use cases
url: /spec/v1.1/use-cases
description: Use cases
- title: Guiding principles
url: /spec/v1.1/principles
description: Use cases
- title: FAQ
url: /spec/v1.1/faq
description: Questions and more information
- title: Future directions
url: /spec/v1.1/future-directions
description: Additions and changes being considered for future SLSA versions
- title: Core specification
description: >
This section describes SLSA's security levels and requirements for each track.
If you want to achieve SLSA a particular level, these are the requirements
you'll need to meet.
children:
- title: Terminology
url: /spec/v1.1/terminology
description: Terminology and model used by SLSA
- title: Security levels
url: /spec/v1.1/levels
description: Overview of SLSA's tracks and levels, intended for all audiences
- title: Producing artifacts
url: /spec/v1.1/requirements
description: Detailed technical requirements for producing software artifacts, intended for platform implementers
- title: Distributing provenance
url: /spec/v1.1/distributing-provenance
description: Detailed technical requirements for distributing provenance, intended for platform implementers and software distributors
- title: Verifying artifacts
url: /spec/v1.1/verifying-artifacts
description: Guidance for verifying software artifacts and their SLSA provenance, intended for platform implementers and software consumers
- title: Verifying build platforms
url: /spec/v1.1/verifying-systems
description: Guidelines for securing SLSA Build L3+ builders, intended for platform implementers
- title: Threats & mitigations
url: /spec/v1.1/threats
description: Detailed information about specific supply chain attacks and how SLSA helps
- title: Attestation formats
description: >
This section includes the concrete schemas for SLSA attestations. The
Provenance and VSA formats are recommended, but not required by the
specification.
children:
- title: General model
url: /spec/v1.1/attestation-model
description: General attestation mode
- title: Provenance
url: /spec/v1.1/provenance
description: Suggested provenance format and explanation
- title: Verification Summary
url: /spec/v1.1/verification_summary
description: Suggested VSA format and explanation
- title: Single-page view
url: /spec/v1.1/onepage
skip_next_prev: true # don't show as a next/prev link
- title: SLSA 1.0
description: >
This section describes SLSA's security levels and requirements for each track.
If you want to achieve SLSA a particular level, these are the requirements
you'll need to meet.
url: /spec/v1.0/
children:
- title: Understanding SLSA
description: >
This section provides an overview of SLSA, how it helps protect against common
supply chain attacks, and common use cases. If you're new to SLSA or
supply chain security, start here.
children:
- title: What's new in v1.0
url: /spec/v1.0/whats-new
description: What's new in SLSA Version 1.0
- title: About SLSA
url: /spec/v1.0/about
description: An introductory guide to SLSA
- title: Supply chain threats
url: /spec/v1.0/threats-overview
description: An introduction to supply chain threats
- title: Use cases
url: /spec/v1.0/use-cases
description: Use cases
- title: Guiding principles
url: /spec/v1.0/principles
description: Use cases
- title: FAQ
url: /spec/v1.0/faq
description: Questions and more information
- title: Future directions
url: /spec/v1.0/future-directions
description: Additions and changes being considered for future SLSA versions
- title: Core specification
description: >
This section describes SLSA's security levels and requirements for each track.
If you want to achieve SLSA a particular level, these are the requirements
you'll need to meet.
children:
- title: Terminology
url: /spec/v1.0/terminology
description: Terminology and model used by SLSA
- title: Security levels
url: /spec/v1.0/levels
description: Overview of SLSA's tracks and levels, intended for all audiences
- title: Producing artifacts
url: /spec/v1.0/requirements
description: Detailed technical requirements for producing software artifacts, intended for platform implementers
- title: Distributing provenance
url: /spec/v1.0/distributing-provenance
description: Detailed technical requirements for distributing provenance, intended for platform implementers and software distributors
- title: Verifying artifacts
url: /spec/v1.0/verifying-artifacts
description: Guidance for verifying software artifacts and their SLSA provenance, intended for platform implementers and software consumers
- title: Verifying build platforms
url: /spec/v1.0/verifying-systems
description: Guidelines for securing SLSA Build L3+ builders, intended for platform implementers
- title: Threats & mitigations
url: /spec/v1.0/threats
description: Detailed information about specific supply chain attacks and how SLSA helps
- title: Attestation formats
description: >
This section includes the concrete schemas for SLSA attestations. The
Provenance and VSA formats are recommended, but not required by the
specification.
children:
- title: General model
url: /spec/v1.0/attestation-model
description: General attestation mode
- title: Provenance
url: /spec/v1.0/provenance
description: Suggested provenance format and explanation
- title: Verification Summary
url: /spec/v1.0/verification_summary
description: Suggested VSA format and explanation
- title: Single-page view
url: /spec/v1.0/onepage
skip_next_prev: true # don't show as a next/prev link
- title: SLSA Draft
url: /spec/draft/
children:
- title: Understanding SLSA
description: >
This section provides an overview of SLSA, how it helps protect against common
supply chain attacks, and common use cases. If you're new to SLSA or
supply chain security, start here.
children:
- title: What's new
url: /spec/draft/whats-new
description: The changes brought by this Working Draft.
- title: About SLSA
url: /spec/draft/about
description: An introductory guide to SLSA
- title: Supply chain threats
url: /spec/draft/threats-overview
description: An introduction to supply chain threats
- title: Use cases
url: /spec/draft/use-cases
description: Use cases
- title: Guiding principles
url: /spec/draft/principles
description: Use cases
- title: FAQ
url: /spec/draft/faq
description: Questions and more information
- title: Future directions
url: /spec/draft/future-directions
description: Additions and changes being considered for future SLSA versions
- title: Core specification
description: >
This section describes SLSA's security levels and requirements for each track.
If you want to achieve a particular SLSA level, these are the requirements
you'll need to meet.
children:
- title: Terminology
url: /spec/draft/terminology
description: Terminology and model used by SLSA
- title: Security levels and tracks
url: /spec/draft/levels
description: Overview of SLSA's tracks and levels, intended for all audiences
- title: Threats & mitigations
url: /spec/draft/threats
description: Detailed information about specific supply chain attacks and how SLSA helps
- title: Attestation formats
description: >
This section includes the concrete schemas for SLSA attestations. The
Provenance and VSA formats are recommended, but not required by the
specification.
children:
- title: General model
url: /spec/draft/attestation-model
description: General attestation mode
- title: Provenance
url: /spec/draft/provenance
description: Suggested provenance format and explanation
- title: Verification Summary
url: /spec/draft/verification_summary
description: Suggested VSA format and explanation
- title: Single-page view
url: /spec/draft/onepage
skip_next_prev: true # don't show as a next/prev link
- title: Build Track 1.0
url: /build/v1.0/
children:
- title: Terminology
url: /build/v1.0/terminology
description: Terminology and model used by SLSA
- title: Security levels
url: /build/v1.0/levels
description: Overview of SLSA Build track levels, intended for all audiences
- title: Producing artifacts
url: /build/v1.0/requirements
description: Detailed technical requirements for producing software artifacts, intended for platform implementers
- title: Distributing provenance
url: /build/v1.0/distributing-provenance
description: Detailed technical requirements for distributing provenance, intended for platform implementers and software distributors
- title: Verifying artifacts
url: /build/v1.0/verifying-artifacts
description: Guidance for verifying software artifacts and their SLSA provenance, intended for platform implementers and software consumers
- title: Verifying build platforms
url: /build/v1.0/verifying-systems
description: Guidelines for securing SLSA Build L3+ builders, intended for platform implementers
- title: Source Track Draft
url: /source/draft/
children:
- title: Securing Source Code
url: /source/draft/source-requirements
description: Source track requirements
- title: Verifying source
url: /source/draft/verifying-source
description: Guidance for verifying properties of source revisions using SLSA source provenance attestations
- title: Build Env. Track Draft
url: /build-env/draft/
- title: How to SLSA
description: >
These instructions tell you how to apply the core SLSA specification to use
SLSA in your specific situation.
url: /how-to/
children:
- title: For developers
url: /how-to/get-started
description: How to apply SLSA requirements to your build
- title: For organizations
url: /how-to/how-to-orgs
description: How to apply SLSA to an organization
- title: For infrastructure providers
url: /how-to/how-to-infra
description: How to implement SLSA in source, build, and package platforms
- title: Specification stages
url: /spec-stages
- title: Community
url: /community
- title: Blog
url: /blog