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:
|
|
|
|
# https://aka.ms/yaml
|
|
|
|
|
|
|
|
name: "Azure Sentinel Validations"
|
|
|
|
|
|
|
|
trigger:
|
2021-01-07 18:04:47 +03:00
|
|
|
- master
|
2019-12-19 02:02:58 +03:00
|
|
|
|
|
|
|
jobs:
|
2020-03-26 11:57:30 +03:00
|
|
|
- template: .azure-pipelines/detectionsValidations.yaml
|
2020-12-20 18:06:16 +03:00
|
|
|
- template: .azure-pipelines/detectionTemplateSchemaValidation.yaml
|
2020-11-01 10:15:35 +03:00
|
|
|
- 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
|
2021-01-25 11:58:16 +03:00
|
|
|
- template: .azure-pipelines/workbooksTemplateValidations.yaml
|
2020-02-04 12:23:49 +03:00
|
|
|
- template: .azure-pipelines/yamlFileValidator.yaml
|
2020-03-26 11:57:30 +03:00
|
|
|
- template: .azure-pipelines/jsonFileValidator.yaml
|
2020-05-13 15:07:12 +03:00
|
|
|
- template: .azure-pipelines/documentsLinkValidator.yaml
|
2021-01-29 17:01:30 +03:00
|
|
|
- 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
|