Azure-Sentinel/azure-pipelines.yml

19 строки
634 B
YAML
Исходник Обычный вид История

# 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
2020-11-09 20:27:13 +03:00
- template: .azure-pipelines/detectionTemplateStructureValidation.yaml
- template: .azure-pipelines/kqlValidations.yaml
2020-08-17 22:57:00 +03:00
- template: .azure-pipelines/workbooksValidations.yaml
- template: .azure-pipelines/yamlFileValidator.yaml
- template: .azure-pipelines/jsonFileValidator.yaml
- template: .azure-pipelines/documentsLinkValidator.yaml