-
Notifications
You must be signed in to change notification settings - Fork 324
/
ado_checklist.pt.json
682 lines (682 loc) · 30.5 KB
/
ado_checklist.pt.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": "Controle de versão"
},
{
"name": "Azure Boards"
},
{
"name": "Azure Pipelines"
},
{
"name": "Integração Contínua"
},
{
"name": "Implantação contínua"
},
{
"name": "Azure Artifact"
},
{
"name": "Prática de DevOps"
}
],
"items": [
{
"category": "Controle de versão",
"description": "Implementar política de ramificação no 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": "Alto",
"subcategory": "Política de ramificação",
"text": " Políticas da Filial"
},
{
"category": "Controle de versão",
"description": "Entender a estratégia de ramificação, como GitFlow ou 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": "Alto",
"subcategory": "Política de ramificação",
"text": "Estratégia de ramificação"
},
{
"category": "Controle de versão",
"description": "Entenda como as equipes trabalham com o git",
"guid": "ec723823-7a15-41c5-ab4e-401914387e5c",
"id": "A01.03",
"link": "https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow",
"severity": "Alto",
"subcategory": "Política de ramificação",
"text": "Entenda a estratégia de ramificação do GitFlow"
},
{
"category": "Controle de versão",
"description": "Mesclar em ramificações superiores após dois ou mais revisores em um 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": "Alto",
"subcategory": "Política de ramificação",
"text": "Revisão de solicitação de pull"
},
{
"category": "Controle de versão",
"description": "Implementar controle de acesso às filiais",
"guid": "7e41c77d-68cb-46a2-8ac1-9f916d697d8e",
"id": "A01.05",
"link": "https://learn.microsoft.com/azure/devops/repos/git/branch-permissions?view=azure-devops",
"severity": "Média",
"subcategory": "Política de ramificação",
"text": "Controle de Acesso à Filial"
},
{
"category": "Controle de versão",
"description": "Executar varredura de código 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": "Alto",
"subcategory": "Segurança",
"text": "Varredura de código"
},
{
"category": "Controle de versão",
"description": "Entenda o TFVC como repositório de código",
"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": "Baixo",
"subcategory": "Prática",
"text": "TFVC como repositório de código"
},
{
"category": "Controle de versão",
"description": "Compare Git vs TFVC para o seu projeto",
"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": "Baixo",
"subcategory": "Prática",
"text": "Escolha o controle de versão correto"
},
{
"category": "Azure Boards",
"description": "Configurar o gerenciamento de sua equipe",
"guid": "8defd5d7-21d4-41d2-900c-807bf9eab40f",
"id": "B01.01",
"link": "https://learn.microsoft.com/azure/devops/organizations/settings/manage-teams?view=azure-devops",
"severity": "Alto",
"subcategory": "Planejamento de Equipe",
"text": "Configure suas equipes"
},
{
"category": "Azure Boards",
"description": "Comece a agendar sprints",
"guid": "9ed5b354-78d4-447a-a26c-2863c00f1cac",
"id": "B01.02",
"link": "https://learn.microsoft.com/azure/devops/boards/sprints/define-sprints?view=azure-devops",
"severity": "Média",
"subcategory": "Planejamento de Equipe",
"text": "Configure seus sprints"
},
{
"category": "Azure Boards",
"description": "Configurar a herança do item de trabalho",
"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": "Baixo",
"subcategory": "Planejamento de Equipe",
"text": "Escolher tipos de Item de Trabalho"
},
{
"category": "Azure Boards",
"description": "Processos WIT disponíveis no Azure DevOps",
"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": "Alto",
"subcategory": "Planejamento de Equipe",
"text": "Selecione um processo WIT"
},
{
"category": "Azure Boards",
"description": "Usar quadros do Azure com o 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": "Baixo",
"subcategory": "Integração de ferramentas",
"text": "Integração com o GitHub"
},
{
"category": "Azure Boards",
"description": "Entenda as metodologias",
"guid": "2925394b-69b9-4d37-aac4-3bc68d1d7665",
"id": "B03.01",
"link": "https://www.atlassian.com/agile/scrum/agile-vs-scrum",
"severity": "Média",
"subcategory": "Planejamento de Processos",
"text": "Entenda Agile Vs Scrum"
},
{
"category": "Azure Boards",
"description": "Criar relatórios do Dashboard e do PowerBI",
"guid": "7246b448-564b-44dd-94a7-59c7633bd2a1",
"id": "B04.01",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/overview?view=azure-devops",
"severity": "Média",
"subcategory": "Relatórios",
"text": "Painel"
},
{
"category": "Azure Boards",
"description": "Configurar lista de pendências",
"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": "Média",
"subcategory": "Relatórios",
"text": "Refine sua lista de pendências"
},
{
"category": "Azure Boards",
"description": "Vincular seus itens de trabalho",
"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": "Média",
"subcategory": "Relatórios",
"text": "Visualize relacionamentos"
},
{
"category": "Azure Pipelines",
"description": "Exibir o relatório de velocidade",
"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": "Baixo",
"subcategory": "Relatórios",
"text": "Equipe de revisão Velocity"
},
{
"category": "Azure Pipelines",
"description": "Crie seu primeiro pipeline",
"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": "Alto",
"subcategory": "Integração Contínua",
"text": "Configurar pipeline"
},
{
"category": "Azure Pipelines",
"description": "Especificar eventos que disparam pipelines",
"guid": "870a0bc5-c1e4-43a1-a658-d2858ed67179",
"id": "C02.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/build/triggers?view=azure-devops",
"severity": "Alto",
"subcategory": "Integração Contínua",
"text": "Definir gatilhos de compilação"
},
{
"category": "Azure Pipelines",
"description": "Usar YAML para criar pipeline de compilação",
"guid": "b825546d-f2ae-4e45-93af-c8339248726d",
"id": "C02.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/customize-pipeline?view=azure-devops",
"severity": "Baixo",
"subcategory": "Integração Contínua",
"text": "Personalizar o pipeline YAML"
},
{
"category": "Azure Pipelines",
"description": "Usar o editor de GUI clássico para configurar o pipeline",
"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": "Média",
"subcategory": "Integração Contínua",
"text": "Usar GUI para pipeline"
},
{
"category": "Azure Pipelines",
"description": "Configurar modelos, parâmetros e expressões",
"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": "Média",
"subcategory": "Integração Contínua",
"text": "Configurar modelos"
},
{
"category": "Azure Pipelines",
"description": "Configurar trabalhos, estágios e dependências",
"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": "Alto",
"subcategory": "Integração Contínua",
"text": "Empregos"
},
{
"category": "Azure Pipelines",
"description": "Configurar condições e demandas",
"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": "Média",
"subcategory": "Integração Contínua",
"text": "Condições e Exigências"
},
{
"category": "Azure Pipelines",
"description": "Definir variáveis",
"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": "Alto",
"subcategory": "Integração Contínua",
"text": "Variáveis"
},
{
"category": "Azure Pipelines",
"description": "Configurar seu pipeline de implantação",
"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": "Alto",
"subcategory": "Implantação contínua",
"text": "Pipeline de implantação"
},
{
"category": "Azure Pipelines",
"description": "Selecione as ramificações corretas a serem implantadas a partir de",
"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": "Média",
"subcategory": "Implantação contínua",
"text": "Liberar ramificação",
"training": "https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview"
},
{
"category": "Azure Pipelines",
"description": "Usar modelo relevante para implantar no Azure",
"guid": "8ed67179-b825-4546-bf2a-ee4553afc833",
"id": "C03.03",
"link": "https://learn.microsoft.com/azure/devops/pipelines/overview-azure?view=azure-devops",
"severity": "Média",
"subcategory": "Implantação contínua",
"text": "Implantar no Azure"
},
{
"category": "Azure Pipelines",
"description": "Definir aprovações de versão e verificações de pré-implantação",
"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": "Média",
"subcategory": "Implantação contínua",
"text": "Aprovações e verificações",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/"
},
{
"category": "Azure Pipelines",
"description": "Definir portões e pós-implantação",
"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": "Média",
"subcategory": "Implantação contínua",
"text": "Gates"
},
{
"category": "Azure Pipelines",
"description": "Definir verificações de função e API REST do Azure",
"guid": "74a759c7-633b-4d2a-8a27-a764a90be0e3",
"id": "C03.06",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/invoke-checks?view=azure-devops",
"severity": "Baixo",
"subcategory": "Implantação contínua",
"text": "Verificações de função do Azure",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/"
},
{
"category": "Azure Pipelines",
"description": "Revisar relatórios de pipeline",
"guid": "78ee293c-1bd3-463c-aaab-7571949ab919",
"id": "C03.07",
"link": "https://learn.microsoft.com/azure/devops/pipelines/reports/pipelinereport?view=azure-devops",
"severity": "Alto",
"subcategory": "Implantação contínua",
"text": "Relatórios Pipline",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/"
},
{
"category": "Azure Pipelines",
"description": "configurar widget Trend Result",
"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": "Média",
"subcategory": "Analytics",
"text": "Tendência de Resultado do Pipeline",
"training": "https://learn.microsoft.com/learn/modules/secure-aad-users-with-mfa/"
},
{
"category": "Azure Pipelines",
"description": "Conecte-se com o WIT para visualizar o trabalho",
"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": "Média",
"subcategory": "Analytics",
"text": "Acompanhamento de trabalho com pipeline",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-identities-governance/"
},
{
"category": "Azure Pipelines",
"description": "Compreender os pools de agentes",
"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": "Média",
"subcategory": "Implantação contínua",
"text": " Agentes e pools de agentes",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/"
},
{
"category": "Azure Pipelines",
"description": "Compreender e provisionar grupos de implantação quando necessário",
"guid": "8658d285-8ed6-4717-ab82-5546df2aee45",
"id": "C05.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/deployment-groups/?view=azure-devops",
"severity": "Baixo",
"subcategory": "Implantação contínua",
"text": "Grupos de implantação",
"training": "https://learn.microsoft.com/learn/modules/explore-basic-services-identity-types/"
},
{
"category": "Azure Pipelines",
"description": "Entenda a implantação do 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": "Baixo",
"subcategory": "Implantação contínua",
"text": "Implantar no Kubernetes",
"training": "https://learn.microsoft.com/learn/paths/manage-identity-and-access/"
},
{
"category": "Azure Pipelines",
"description": "Executar testes de segurança dinâmicos",
"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": "Média",
"subcategory": "Segurança",
"text": "Varredura DAST",
"training": "https://learn.microsoft.com/learn/modules/create-custom-azure-roles-with-rbac/"
},
{
"category": "Azure Pipelines",
"description": "Gerenciar conexões de serviço",
"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": "Média",
"subcategory": "Segurança",
"text": "Conexões de serviço",
"training": "https://learn.microsoft.com/learn/paths/secure-your-cloud-data/"
},
{
"category": "Azure Pipelines",
"description": "Definir políticas de retenção de dados para CI e 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": "Média",
"subcategory": "Segurança",
"text": "Políticas de retenção",
"training": "https://learn.microsoft.com/learn/modules/azure-active-directory/"
},
{
"category": "Azure Pipelines",
"description": "Configurar e pagar por pipelines simultâneos",
"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": "Baixo",
"subcategory": "Administração",
"text": "Dutos Paralelos",
"training": "https://learn.microsoft.com/learn/modules/implement-hybrid-identity-windows-server/"
},
{
"category": "Azure Pipelines",
"description": "Definir permissões de pipeline",
"guid": "b9ed5b35-478d-4447-a826-c2863c00f1ca",
"id": "C08.01",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/permissions?view=azure-devops",
"severity": "Média",
"subcategory": "Segurança",
"text": "Permissões de pipeline",
"training": "https://learn.microsoft.com/learn/paths/implement-windows-server-iaas-virtual-machine-identity/"
},
{
"category": "Azure Pipelines",
"description": "Adicionar usuários ao pipeline",
"guid": "c699ef1d-5a83-4de5-be36-c1c81870a0bc",
"id": "C08.02",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/set-permissions?view=azure-devops",
"severity": "Baixo",
"subcategory": "Segurança",
"text": "Usuários de pipeline",
"training": "https://learn.microsoft.com/learn/paths/implement-applications-external-access-azure-ad/"
},
{
"category": "Azure Artifact",
"description": "Configurar artefatos",
"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": "Média",
"subcategory": "Configuração",
"text": "Artefato em pipeline",
"training": "https://learn.microsoft.com/learn/modules/design-identity-security-strategy/"
},
{
"category": "Azure Artifact",
"description": "Publicar e consumir artefato no pipeline",
"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": "Média",
"subcategory": "Configuração",
"text": "Publicar e baixar o Artifact",
"training": "https://learn.microsoft.com/azure/architecture/example-scenario/identity/adds-extend-domain"
},
{
"category": "Azure Artifact",
"description": "Publicar pacotes NuGet com artefatos",
"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": "Baixo",
"subcategory": "Configuração",
"text": "NuGet",
"training": "https://learn.microsoft.com/azure/role-based-access-control/overview"
},
{
"category": "Azure Artifact",
"description": "Publicar pacotes Maven com artefatos",
"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": "Baixo",
"subcategory": "Configuração",
"text": "Especialista"
},
{
"category": "Azure Artifact",
"description": "Publicar pacotes NPM com artefatos",
"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": "Baixo",
"subcategory": "Configuração",
"text": "NPM"
},
{
"category": "Azure Artifact",
"description": "Práticas recomendadas para trabalhar com o Artefato do Azure",
"guid": "aaab7571-949a-4b91-a3dc-9fc9d1bb84b3",
"id": "D01.06",
"link": "https://learn.microsoft.com/azure/devops/artifacts/concepts/best-practices?view=azure-devops",
"severity": "Média",
"subcategory": "Configuração",
"text": "Práticas recomendadas"
},
{
"category": "Prática de DevOps",
"description": "O que é monitoramento?",
"guid": "7b5a67fc-b9ed-45b3-9478-d447a826c286",
"id": "E01.01",
"link": "https://learn.microsoft.com/devops/operate/what-is-monitoring",
"severity": "Alto",
"subcategory": "Prática",
"text": "O que monitorar?"
},
{
"category": "Prática de DevOps",
"description": "Estratégia de Exposição Progressiva",
"guid": "3c00f1ca-c699-4ef1-b5a8-3de5de36c1c8",
"id": "E01.02",
"link": "https://learn.microsoft.com/devops/operate/safe-deployment-practices",
"severity": "Média",
"subcategory": "Prática",
"text": "Práticas de implantação segura"
},
{
"category": "Prática de DevOps",
"description": "A Microsoft executa sistemas confiáveis com DevOps",
"guid": "1870a0bc-5c1e-443a-8865-8d2858ed6717",
"id": "E01.03",
"link": "https://learn.microsoft.com/devops/operate/how-microsoft-operates-devops",
"severity": "Baixo",
"subcategory": "Prática",
"text": "Estudo de caso",
"training": "https://learn.microsoft.com/azure/azure-monitor/logs/design-logs-deployment"
},
{
"category": "Prática de DevOps",
"description": "Segurança em DevOps",
"guid": "9b825546-df2a-4ee4-953a-fc8339248726",
"id": "E01.04",
"link": "https://learn.microsoft.com/devops/operate/security-in-devops",
"severity": "Média",
"subcategory": "Prática",
"text": "DevSecOps"
},
{
"category": "Prática de DevOps",
"description": "Habilitar o DevSecops com o Azure e o GitHub",
"guid": "dd68c5b5-c292-4539-9b69-b9d379ac43bc",
"id": "E01.05",
"link": "https://learn.microsoft.com/devops/devsecops/enable-devsecops-azure-github",
"severity": "Baixo",
"subcategory": "Prática",
"text": "DevSecops",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/"
},
{
"category": "Prática de DevOps",
"description": "Espelhar RBAC em DevOps",
"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": "Baixo",
"subcategory": "Prática",
"text": "DevOps Govenance seguro",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/"
},
{
"category": "Prática de DevOps",
"description": "Governança ao usar 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": "Média",
"subcategory": "Prática",
"text": "Governança de DevOps do Azure",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/"
}
],
"metadata": {
"name": "Azure DevOps",
"state": "Preview",
"timestamp": "December 08, 2023"
},
"severities": [
{
"name": "Alto"
},
{
"name": "Média"
},
{
"name": "Baixo"
}
],
"status": [
{
"description": "Esta verificação ainda não foi analisada",
"name": "Não verificado"
},
{
"description": "Há um item de ação associado a essa verificação",
"name": "Abrir"
},
{
"description": "Essa verificação foi verificada e não há outros itens de ação associados a ela",
"name": "Cumprido"
},
{
"description": "Recomendação compreendida, mas não necessária pelos requisitos atuais",
"name": "Não é necessário"
},
{
"description": "Não aplicável ao projeto atual",
"name": "N/A"
}
],
"waf": [
{
"name": "Fiabilidade"
},
{
"name": "Segurança"
},
{
"name": "Custar"
},
{
"name": "Operações"
},
{
"name": "Desempenho"
}
],
"yesno": [
{
"name": "Sim"
},
{
"name": "Não"
}
]
}