forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines.yml
24 lines (21 loc) · 965 Bytes
/
azure-pipelines.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
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
name: "Azure Sentinel Validations"
trigger:
- master
jobs:
- template: .azure-pipelines/detectionsValidations.yaml
- template: .azure-pipelines/detectionTemplateSchemaValidation.yaml
- template: .azure-pipelines/kqlValidations.yaml
- template: .azure-pipelines/NonAsciiValidations.yaml
- template: .azure-pipelines/workbooksValidations.yaml
- template: .azure-pipelines/workbooksTemplateValidations.yaml
- template: .azure-pipelines/yamlFileValidator.yaml
- template: .azure-pipelines/jsonFileValidator.yaml
- template: .azure-pipelines/documentsLinkValidator.yaml
- template: .azure-pipelines/logoValidator.yaml
- template: .azure-pipelines/dataConnectorValidations.yaml
- template: .azure-pipelines/playbooksValidations.yaml
- template: .azure-pipelines/sampleDataValidator.yaml