forked from Azure/review-checklists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathado_checklist.ko.json
682 lines (682 loc) · 30.1 KB
/
ado_checklist.ko.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": "데브옵스 역량"
}
],
"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": "분기에 대한 액세스 제어 구현Implement access control to the branches",
"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": "스프린트 구성"
},
{
"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": "GitHub와 함께 Azure Boards 사용",
"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": "애자일 대 스크럼 이해"
},
{
"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": "Release Approvals 및 배포 전 검사 정의Define Release Approvals and pre deployment checks",
"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": "Gates 정의 및 배포 후 확인",
"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 Function 및 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 Function 검사",
"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": "필요한 경우 배포 그룹 이해 및 프로비전Understand and provision Deployment Groups when required",
"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": "쿠버네티스 배포 이해",
"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": "쿠버네티스에 배포",
"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 패키지 게시Publish NuGet packages with artifacts",
"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": "메이븐"
},
{
"category": "Azure 아티팩트",
"description": "아티팩트가 있는 NPM 패키지 게시Publish NPM packages with artifacts",
"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": "데브옵스 역량",
"description": "모니터링이란?",
"guid": "7b5a67fc-b9ed-45b3-9478-d447a826c286",
"id": "E01.01",
"link": "https://learn.microsoft.com/devops/operate/what-is-monitoring",
"severity": "높다",
"subcategory": "연습",
"text": "무엇을 모니터링할 것인가?"
},
{
"category": "데브옵스 역량",
"description": "점진적 노출 전략",
"guid": "3c00f1ca-c699-4ef1-b5a8-3de5de36c1c8",
"id": "E01.02",
"link": "https://learn.microsoft.com/devops/operate/safe-deployment-practices",
"severity": "보통",
"subcategory": "연습",
"text": "안전한 배포 방법"
},
{
"category": "데브옵스 역량",
"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": "데브옵스 역량",
"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": "데브옵스 역량",
"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": "데브세콥스",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/"
},
{
"category": "데브옵스 역량",
"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": "데브옵스 역량",
"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": "아니요"
}
]
}