forked from Azure/review-checklists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathado_checklist.zh-Hant.json
682 lines (682 loc) · 28.7 KB
/
ado_checklist.zh-Hant.json
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
{
"categories": [
{
"name": "版本控制"
},
{
"name": "Azure Boards"
},
{
"name": "Azure Pipelines"
},
{
"name": "持續集成"
},
{
"name": "持續部署"
},
{
"name": "Azure 專案"
},
{
"name": "DevOps實踐"
}
],
"items": [
{
"category": "版本控制",
"description": "在Azure DevOps中實現分支策略",
"guid": "eda1dae2-cc85-4c47-a6b7-81cca0e6c465",
"id": "A01.01",
"link": "https://learn.microsoft.com/azure/devops/repos/git/branch-policies-overview?view=azure-devops",
"severity": "高",
"subcategory": "分支策略",
"text": "分支機構政策"
},
{
"category": "版本控制",
"description": "瞭解分支策略,例如 GitFlow 或 GitHub Flow",
"guid": "bc288bec-6a16-4ca7-8444-51e1add34529",
"id": "A01.02",
"link": "https://learn.microsoft.com/azure/devops/repos/git/git-branching-guidance?view=azure-devops",
"severity": "高",
"subcategory": "分支策略",
"text": "分支策略"
},
{
"category": "版本控制",
"description": "了解團隊如何使用 git",
"guid": "ec723823-7a15-41c5-ab4e-401914387e5c",
"id": "A01.03",
"link": "https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow",
"severity": "高",
"subcategory": "分支策略",
"text": "瞭解 GitFlow 分支策略"
},
{
"category": "版本控制",
"description": "在 PR 中兩個或多個審閱者之後合併到更高的分支中",
"guid": "a9c26c9c-32ab-45bd-8c69-98a246e33899",
"id": "A01.04",
"link": "https://learn.microsoft.com/azure/devops/repos/git/review-pull-requests?view=azure-devops&tabs=browser",
"severity": "高",
"subcategory": "分支策略",
"text": "拉取請求審查"
},
{
"category": "版本控制",
"description": "對分支機構實施訪問控制",
"guid": "7e41c77d-68cb-46a2-8ac1-9f916d697d8e",
"id": "A01.05",
"link": "https://learn.microsoft.com/azure/devops/repos/git/branch-permissions?view=azure-devops",
"severity": "中等",
"subcategory": "分支策略",
"text": "對分支機構的訪問控制"
},
{
"category": "版本控制",
"description": "執行 SAST 代碼掃描",
"guid": "adfd27bd-e187-401a-a252-baa9b68a088c",
"id": "A02.01",
"link": "https://devblogs.microsoft.com/devops/integrate-security-into-your-developer-workflow-with-github-advanced-security-for-azure-devops/",
"severity": "高",
"subcategory": "安全",
"text": "掃碼"
},
{
"category": "版本控制",
"description": "瞭解 TFVC 即代碼存儲庫",
"guid": "9a8f822b-8eb9-4d1b-a77f-26e5e6beba8e",
"id": "A03.01",
"link": "https://learn.microsoft.com/azure/devops/repos/tfvc/what-is-tfvc?view=azure-devops",
"severity": "低",
"subcategory": "實踐",
"text": "TFVC 即代碼存儲庫"
},
{
"category": "版本控制",
"description": "比較專案的 Git 與 TFVC",
"guid": "d4f3437b-c336-4d71-9f27-a71eee0b9b5d",
"id": "A03.02",
"link": "https://learn.microsoft.com/azure/devops/repos/tfvc/comparison-git-tfvc?view=azure-devops",
"severity": "低",
"subcategory": "實踐",
"text": "選擇正確的版本控制"
},
{
"category": "Azure Boards",
"description": "設置團隊管理",
"guid": "8defd5d7-21d4-41d2-900c-807bf9eab40f",
"id": "B01.01",
"link": "https://learn.microsoft.com/azure/devops/organizations/settings/manage-teams?view=azure-devops",
"severity": "高",
"subcategory": "團隊規劃",
"text": "配置您的團隊"
},
{
"category": "Azure Boards",
"description": "開始計劃衝刺",
"guid": "9ed5b354-78d4-447a-a26c-2863c00f1cac",
"id": "B01.02",
"link": "https://learn.microsoft.com/azure/devops/boards/sprints/define-sprints?view=azure-devops",
"severity": "中等",
"subcategory": "團隊規劃",
"text": "設定衝刺 (sprint)"
},
{
"category": "Azure Boards",
"description": "設置工作項層次結構",
"guid": "699ef1d5-a83d-4e5d-b36c-1c81870a0bc5",
"id": "B01.03",
"link": "https://learn.microsoft.com/azure/devops/organizations/settings/work/customize-process-work-item-type?view=azure-devops",
"severity": "低",
"subcategory": "團隊規劃",
"text": "選擇工作項類型"
},
{
"category": "Azure Boards",
"description": "Azure DevOps中可用的 WIT 流程",
"guid": "c1e43a18-658d-4285-aed6-7179b825546d",
"id": "B01.04",
"link": "https://learn.microsoft.com/azure/devops/boards/work-items/guidance/choose-process?view=azure-devops&tabs=agile-process",
"severity": "高",
"subcategory": "團隊規劃",
"text": "選擇 WIT 進程"
},
{
"category": "Azure Boards",
"description": "將Azure Boards與 GitHub 配合使用",
"guid": "f2aee455-3afc-4833-a248-726dd68c5b5c",
"id": "B02.01",
"link": "https://learn.microsoft.com/azure/devops/cross-service/github-integration?view=azure-devops",
"severity": "低",
"subcategory": "工具集成",
"text": "GitHub 集成"
},
{
"category": "Azure Boards",
"description": "瞭解氣象學",
"guid": "2925394b-69b9-4d37-aac4-3bc68d1d7665",
"id": "B03.01",
"link": "https://www.atlassian.com/agile/scrum/agile-vs-scrum",
"severity": "中等",
"subcategory": "工藝規劃",
"text": "瞭解敏捷與 Scrum"
},
{
"category": "Azure Boards",
"description": "創建儀錶板和PowerBI報表",
"guid": "7246b448-564b-44dd-94a7-59c7633bd2a1",
"id": "B04.01",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/overview?view=azure-devops",
"severity": "中等",
"subcategory": "報告",
"text": "擋泥板"
},
{
"category": "Azure Boards",
"description": "設置積壓工作",
"guid": "a27a764a-90be-40e3-98ee-293c1bd363ca",
"id": "B04.02",
"link": "https://learn.microsoft.com/azure/devops/boards/backlogs/set-up-your-backlog?view=azure-devops",
"severity": "中等",
"subcategory": "報告",
"text": "優化積壓工作"
},
{
"category": "Azure Boards",
"description": "連結工作項",
"guid": "aab75719-49ab-4919-9dc9-fc9d1bb84b37",
"id": "B04.03",
"link": "https://learn.microsoft.com/azure/devops/boards/queries/link-work-items-support-traceability?view=azure-devops&tabs=browser",
"severity": "中等",
"subcategory": "報告",
"text": "可視化關係"
},
{
"category": "Azure Pipelines",
"description": "查看速度報告",
"guid": "b5a67fcb-9ed5-4b35-978d-447a826c2863",
"id": "C01.01",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/team-velocity?view=azure-devops&tabs=in-context",
"severity": "低",
"subcategory": "報告",
"text": "審查團隊速度"
},
{
"category": "Azure Pipelines",
"description": "創建第一個管道",
"guid": "c00f1cac-699e-4f1d-9a83-de5de36c1c81",
"id": "C02.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/create-first-pipeline?view=azure-devops&tabs=java%2Ctfs-2018-2%2Cbrowser",
"severity": "高",
"subcategory": "持續集成",
"text": "設置管道"
},
{
"category": "Azure Pipelines",
"description": "指定觸發管道的事件",
"guid": "870a0bc5-c1e4-43a1-a658-d2858ed67179",
"id": "C02.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/build/triggers?view=azure-devops",
"severity": "高",
"subcategory": "持續集成",
"text": "設置生成觸發器"
},
{
"category": "Azure Pipelines",
"description": "使用 YAML 建立生成管道",
"guid": "b825546d-f2ae-4e45-93af-c8339248726d",
"id": "C02.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/customize-pipeline?view=azure-devops",
"severity": "低",
"subcategory": "持續集成",
"text": "自訂 YAML 流水線"
},
{
"category": "Azure Pipelines",
"description": "使用經典 GUI 編輯器設置流水線",
"guid": "d68c5b5c-2925-4394-a69b-9d379ac43bc6",
"id": "C02.04",
"link": "https://learn.microsoft.com/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops&source=recommendations#define-pipelines-using-the-classic-interface",
"severity": "中等",
"subcategory": "持續集成",
"text": "將 GUI 用於流水線"
},
{
"category": "Azure Pipelines",
"description": "設置範本、參數和表達式",
"guid": "8d1d7665-7246-4b44-a564-b4dd74a759c7",
"id": "C02.05",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/templates?view=azure-devops&pivots=templates-includes",
"severity": "中等",
"subcategory": "持續集成",
"text": "配置範本"
},
{
"category": "Azure Pipelines",
"description": "設置作業、階段和依賴項",
"guid": "633bd2a1-a27a-4764-a90b-e0e378ee293c",
"id": "C02.06",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/stages?view=azure-devops&tabs=yaml",
"severity": "高",
"subcategory": "持續集成",
"text": "工作"
},
{
"category": "Azure Pipelines",
"description": "設置條件和需求",
"guid": "1bd363ca-aab7-4571-a49a-b9193dc9fc9d",
"id": "C02.07",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/conditions?view=azure-devops&tabs=yaml%2Cstages",
"severity": "中等",
"subcategory": "持續集成",
"text": "條件和要求"
},
{
"category": "Azure Pipelines",
"description": "定義變數",
"guid": "1bb84b37-b5a6-47fc-a9ed-5b35478d447a",
"id": "C02.08",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch",
"severity": "高",
"subcategory": "持續集成",
"text": "變數"
},
{
"category": "Azure Pipelines",
"description": "設置部署管道",
"guid": "826c2863-c00f-41ca-a699-ef1d5a83de5d",
"id": "C03.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/create-multistage-pipeline?view=azure-devops",
"severity": "高",
"subcategory": "持續部署",
"text": "部署管道"
},
{
"category": "Azure Pipelines",
"description": "選擇要從中部署的正確分支",
"guid": "e36c1c81-870a-40bc-9c1e-43a18658d285",
"id": "C03.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/deploy-multiple-branches?view=azure-devops",
"severity": "中等",
"subcategory": "持續部署",
"text": "發佈分支",
"training": "https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview"
},
{
"category": "Azure Pipelines",
"description": "使用相關範本部署到 Azure",
"guid": "8ed67179-b825-4546-bf2a-ee4553afc833",
"id": "C03.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/overview-azure?view=azure-devops",
"severity": "中等",
"subcategory": "持續部署",
"text": "部署到 Azure"
},
{
"category": "Azure Pipelines",
"description": "定義發佈審批和部署前檢查",
"guid": "9248726d-d68c-45b5-a292-5394b69b9d37",
"id": "C03.04",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass",
"severity": "中等",
"subcategory": "持續部署",
"text": "批准和檢查",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/"
},
{
"category": "Azure Pipelines",
"description": "定義入口和部署后檢查",
"guid": "9ac43bc6-8d1d-4766-9724-6b448564b4dd",
"id": "C03.05",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/approvals/?view=azure-devops&tabs=yaml",
"severity": "中等",
"subcategory": "持續部署",
"text": "蓋茨"
},
{
"category": "Azure Pipelines",
"description": "定義 Azure 函數和 REST API 檢查",
"guid": "74a759c7-633b-4d2a-8a27-a764a90be0e3",
"id": "C03.06",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/invoke-checks?view=azure-devops",
"severity": "低",
"subcategory": "持續部署",
"text": "Azure 函數檢查",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/"
},
{
"category": "Azure Pipelines",
"description": "查看管道報告",
"guid": "78ee293c-1bd3-463c-aaab-7571949ab919",
"id": "C03.07",
"link": "https://learn.microsoft.com/azure/devops/pipelines/reports/pipelinereport?view=azure-devops",
"severity": "高",
"subcategory": "持續部署",
"text": "Pipline 報表",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/"
},
{
"category": "Azure Pipelines",
"description": "配置「趨勢結果」小組件",
"guid": "3dc9fc9d-1bb8-44b3-9b5a-67fcb9ed5b35",
"id": "C04.01",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/analytics-widgets?toc=%2Fazure%2Fdevops%2Fpipelines%2Ftoc.json&view=azure-devops#test-results-trend-advanced",
"severity": "中等",
"subcategory": "分析學",
"text": "管道結果趨勢",
"training": "https://learn.microsoft.com/learn/modules/secure-aad-users-with-mfa/"
},
{
"category": "Azure Pipelines",
"description": "與 WIT 連接以視覺化工作",
"guid": "478d447a-826c-4286-9c00-f1cac699ef1d",
"id": "C04.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/integrations/configure-pipelines-work-tracking?view=azure-devops&tabs=yaml",
"severity": "中等",
"subcategory": "分析學",
"text": "使用管道進行工作跟蹤",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-identities-governance/"
},
{
"category": "Azure Pipelines",
"description": "瞭解代理池",
"guid": "5a83de5d-e36c-41c8-8870-a0bc5c1e43a1",
"id": "C05.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=yaml%2Cbrowser",
"severity": "中等",
"subcategory": "持續部署",
"text": "代理和代理池",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/"
},
{
"category": "Azure Pipelines",
"description": "瞭解並在需要時預配部署組",
"guid": "8658d285-8ed6-4717-ab82-5546df2aee45",
"id": "C05.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/deployment-groups/?view=azure-devops",
"severity": "低",
"subcategory": "持續部署",
"text": "部署組",
"training": "https://learn.microsoft.com/learn/modules/explore-basic-services-identity-types/"
},
{
"category": "Azure Pipelines",
"description": "瞭解 Kubernetes 部署",
"guid": "53afc833-9248-4726-bd68-c5b5c2925394",
"id": "C05.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/ecosystems/kubernetes/deploy?view=azure-devops",
"severity": "低",
"subcategory": "持續部署",
"text": "部署到 Kubernetes",
"training": "https://learn.microsoft.com/learn/paths/manage-identity-and-access/"
},
{
"category": "Azure Pipelines",
"description": "執行動態安全測試",
"guid": "b69b9d37-9ac4-43bc-98d1-d76657246b44",
"id": "C06.01",
"link": "https://devblogs.microsoft.com/premier-developer/azure-devops-pipelines-leveraging-owasp-zap-in-the-release-pipeline/",
"severity": "中等",
"subcategory": "安全",
"text": "DAST 掃描",
"training": "https://learn.microsoft.com/learn/modules/create-custom-azure-roles-with-rbac/"
},
{
"category": "Azure Pipelines",
"description": "管理服務連接",
"guid": "8564b4dd-74a7-459c-9633-bd2a1a27a764",
"id": "C06.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml",
"severity": "中等",
"subcategory": "安全",
"text": "服務連接",
"training": "https://learn.microsoft.com/learn/paths/secure-your-cloud-data/"
},
{
"category": "Azure Pipelines",
"description": "設置 CI 和 CD 的數據保留策略",
"guid": "a90be0e3-78ee-4293-a1bd-363caaab7571",
"id": "C06.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/retention?view=azure-devops&tabs=yaml",
"severity": "中等",
"subcategory": "安全",
"text": "保留策略",
"training": "https://learn.microsoft.com/learn/modules/azure-active-directory/"
},
{
"category": "Azure Pipelines",
"description": "設置並支付併發管道費用",
"guid": "949ab919-3dc9-4fc9-b1bb-84b37b5a67fc",
"id": "C07.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops&tabs=ms-hosted",
"severity": "低",
"subcategory": "管理",
"text": "並行流水線",
"training": "https://learn.microsoft.com/learn/modules/implement-hybrid-identity-windows-server/"
},
{
"category": "Azure Pipelines",
"description": "設置管道許可權",
"guid": "b9ed5b35-478d-4447-a826-c2863c00f1ca",
"id": "C08.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/permissions?view=azure-devops",
"severity": "中等",
"subcategory": "安全",
"text": "管道許可權",
"training": "https://learn.microsoft.com/learn/paths/implement-windows-server-iaas-virtual-machine-identity/"
},
{
"category": "Azure Pipelines",
"description": "將使用者添加到管道",
"guid": "c699ef1d-5a83-4de5-be36-c1c81870a0bc",
"id": "C08.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/set-permissions?view=azure-devops",
"severity": "低",
"subcategory": "安全",
"text": "管道使用者",
"training": "https://learn.microsoft.com/learn/paths/implement-applications-external-access-azure-ad/"
},
{
"category": "Azure 專案",
"description": "配置專案",
"guid": "5c1e43a1-8658-4d28-98ed-67179b825546",
"id": "D01.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/artifacts-overview?view=azure-devops&tabs=nuget",
"severity": "中等",
"subcategory": "配置",
"text": "管道中的專案",
"training": "https://learn.microsoft.com/learn/modules/design-identity-security-strategy/"
},
{
"category": "Azure 專案",
"description": "在管道中發佈和使用專案",
"guid": "df2aee45-53af-4c83-9924-8726dd68c5b5",
"id": "D01.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/pipeline-artifacts?view=azure-devops&tabs=yaml",
"severity": "中等",
"subcategory": "配置",
"text": "發佈和下載 Artifact",
"training": "https://learn.microsoft.com/azure/architecture/example-scenario/identity/adds-extend-domain"
},
{
"category": "Azure 專案",
"description": "發佈包含專案的 NuGet 包",
"guid": "c2925394-b69b-49d3-99ac-43bc68d1d766",
"id": "D01.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/nuget?view=azure-devops&tabs=yaml",
"severity": "低",
"subcategory": "配置",
"text": "NuGet",
"training": "https://learn.microsoft.com/azure/role-based-access-control/overview"
},
{
"category": "Azure 專案",
"description": "發佈包含工件的 Maven 包",
"guid": "57246b44-8564-4b4d-b74a-759c7633bd2a",
"id": "D01.04",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/publish-maven-artifacts?view=azure-devops",
"severity": "低",
"subcategory": "配置",
"text": "Maven的"
},
{
"category": "Azure 專案",
"description": "發佈包含專案的 NPM 包",
"guid": "1a27a764-a90b-4e0e-978e-e293c1bd363c",
"id": "D01.05",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/npm?view=azure-devops&tabs=yaml",
"severity": "低",
"subcategory": "配置",
"text": "國家預防機制"
},
{
"category": "Azure 專案",
"description": "使用 Azure Artifact 的最佳做法",
"guid": "aaab7571-949a-4b91-a3dc-9fc9d1bb84b3",
"id": "D01.06",
"link": "https://learn.microsoft.com/azure/devops/artifacts/concepts/best-practices?view=azure-devops",
"severity": "中等",
"subcategory": "配置",
"text": "最佳實踐"
},
{
"category": "DevOps實踐",
"description": "什麼是監控?",
"guid": "7b5a67fc-b9ed-45b3-9478-d447a826c286",
"id": "E01.01",
"link": "https://learn.microsoft.com/devops/operate/what-is-monitoring",
"severity": "高",
"subcategory": "實踐",
"text": "要監控什麼?"
},
{
"category": "DevOps實踐",
"description": "漸進式曝光策略",
"guid": "3c00f1ca-c699-4ef1-b5a8-3de5de36c1c8",
"id": "E01.02",
"link": "https://learn.microsoft.com/devops/operate/safe-deployment-practices",
"severity": "中等",
"subcategory": "實踐",
"text": "安全部署實踐"
},
{
"category": "DevOps實踐",
"description": "Microsoft 使用 DevOps 運行可靠的系統",
"guid": "1870a0bc-5c1e-443a-8865-8d2858ed6717",
"id": "E01.03",
"link": "https://learn.microsoft.com/devops/operate/how-microsoft-operates-devops",
"severity": "低",
"subcategory": "實踐",
"text": "個案研究",
"training": "https://learn.microsoft.com/azure/azure-monitor/logs/design-logs-deployment"
},
{
"category": "DevOps實踐",
"description": "DevOps 中的安全性",
"guid": "9b825546-df2a-4ee4-953a-fc8339248726",
"id": "E01.04",
"link": "https://learn.microsoft.com/devops/operate/security-in-devops",
"severity": "中等",
"subcategory": "實踐",
"text": "DevSecOps 開發"
},
{
"category": "DevOps實踐",
"description": "使用 Azure 和 GitHub 啟用 DevSecops",
"guid": "dd68c5b5-c292-4539-9b69-b9d379ac43bc",
"id": "E01.05",
"link": "https://learn.microsoft.com/devops/devsecops/enable-devsecops-azure-github",
"severity": "低",
"subcategory": "實踐",
"text": "DevSecops的",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/"
},
{
"category": "DevOps實踐",
"description": "DevOps 中的鏡像 RBAC",
"guid": "68d1d766-5724-46b4-9856-4b4dd74a759c",
"id": "E01.06",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/secure/best-practices/end-to-end-governance",
"severity": "低",
"subcategory": "實踐",
"text": "安全的DevOps Govenance",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/"
},
{
"category": "DevOps實踐",
"description": "使用 CI/CD 時的治理",
"guid": "7633bd2a-1a27-4a76-9a90-be0e378ee293",
"id": "E01.07",
"link": "https://learn.microsoft.com/azure/architecture/example-scenario/governance/end-to-end-governance-in-azure",
"severity": "中等",
"subcategory": "實踐",
"text": "Azure DevOps治理",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/"
}
],
"metadata": {
"name": "Azure DevOps",
"state": "Preview",
"timestamp": "December 08, 2023"
},
"severities": [
{
"name": "高"
},
{
"name": "中等"
},
{
"name": "低"
}
],
"status": [
{
"description": "此檢查尚未查看",
"name": "未驗證"
},
{
"description": "有一個與此檢查關聯的操作項",
"name": "打開"
},
{
"description": "此檢查已經過驗證,沒有與之關聯的其他操作項",
"name": "實現"
},
{
"description": "建議已理解,但當前要求不需要",
"name": "不需要"
},
{
"description": "不適用於當前設計",
"name": "不適用"
}
],
"waf": [
{
"name": "可靠性"
},
{
"name": "安全"
},
{
"name": "成本"
},
{
"name": "操作"
},
{
"name": "性能"
}
],
"yesno": [
{
"name": "是的"
},
{
"name": "不"
}
]
}