Azure-Sentinel/azure-pipelines.yml

24 строки
965 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:
2021-01-07 18:04:47 +03:00
- master
jobs:
- template: .azure-pipelines/detectionsValidations.yaml
- template: .azure-pipelines/detectionTemplateSchemaValidation.yaml
- template: .azure-pipelines/kqlValidations.yaml
2021-01-21 11:00:25 +03:00
- template: .azure-pipelines/NonAsciiValidations.yaml
2020-08-17 22:57:00 +03:00
- 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
2021-05-23 12:29:55 +03:00
- template: .azure-pipelines/dataConnectorValidations.yaml
2021-08-11 12:37:38 +03:00
- template: .azure-pipelines/playbooksValidations.yaml
- template: .azure-pipelines/sampleDataValidator.yaml