16 строки
459 B
YAML
16 строки
459 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:
|
|
- master
|
|
|
|
jobs:
|
|
- template: .azure-pipelines/detectionsValidations.yaml
|
|
- template: .azure-pipelines/yamlFileValidator.yaml
|
|
- template: .azure-pipelines/jsonFileValidator.yaml
|
|
- template: .azure-pipelines/documentsLinkValidator.yaml
|