2019-12-19 02:02:58 +03:00
|
|
|
# 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
|
2019-12-19 02:02:58 +03:00
|
|
|
|
|
|
|
name: "Azure Sentinel Validations"
|
|
|
|
|
|
|
|
trigger:
|
2021-01-07 18:04:47 +03:00
|
|
|
- master
|
2019-12-19 02:02:58 +03:00
|
|
|
|
|
|
|
jobs:
|
2023-02-14 13:37:28 +03:00
|
|
|
|
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
|
2021-01-29 17:01:30 +03:00
|
|
|
- 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
|
2023-12-08 09:17:15 +03:00
|
|
|
- template: .azure-pipelines/contentValidations.yaml
|
|
|
|
- template: .azure-pipelines/callGithubWorkflow.yaml
|