Azure-Sentinel/azure-pipelines.yml

28 строки
1.1 KiB
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:
2024-03-11 11:45:49 +03:00
# https://aka.ms/yaml
name: "Azure Sentinel Validations"
trigger:
2021-01-07 18:04:47 +03:00
- master
jobs:
2023-11-26 19:34:29 +03:00
- template: .azure-pipelines/solutionValidator.yaml
- 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
2023-11-26 19:34:29 +03:00
- template: .azure-pipelines/dataConnectorValidations.yaml
- template: .azure-pipelines/playbooksValidations.yaml
- template: .azure-pipelines/sampleDataValidator.yaml
- template: .azure-pipelines/contentValidations.yaml
- template: .azure-pipelines/callGithubWorkflow.yaml