28 строки
1.1 KiB
YAML
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:
|
|
# https://aka.ms/yaml
|
|
|
|
name: "Azure Sentinel Validations"
|
|
|
|
trigger:
|
|
- master
|
|
|
|
jobs:
|
|
|
|
- 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
|
|
- 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 |