forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/npm_and_yarn/simple-git-3.16.0
- Loading branch information
Showing
3,971 changed files
with
430,885 additions
and
76,959 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "ContentValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "DataConnectorValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "DetectionsValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "DocumentsLinkValidation" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "HyperLinkValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "JsonFileValidation" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "logoValidator" | ||
pool: | ||
vmImage: "ubuntu-18.04" | ||
vmImage: "ubuntu-latest" | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "PlaybooksValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "sampleDataValidator" | ||
pool: | ||
vmImage: "ubuntu-18.04" | ||
vmImage: "ubuntu-latest" | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
jobs: | ||
- job: "SolutionValidations" | ||
pool: | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
displayName: 'npm install' | ||
inputs: | ||
verbose: false | ||
command: 'install' | ||
- script: 'npm run tsc && node .script/SolutionValidations/solutionValidator.js' | ||
displayName: 'Solution Validations' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "WorkbooksTemplateValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "WorkbooksValidations" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jobs: | ||
- job: "YamlFileValidation" | ||
pool: | ||
vmImage: 'ubuntu-18.04' | ||
vmImage: 'ubuntu-latest' | ||
steps: | ||
- script: 'npm install -g [email protected];which npm;npm -v' | ||
- task: Npm@1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"validDomains": [ | ||
"Application", | ||
"Cloud Provider", | ||
"Compliance", | ||
"DevOps", | ||
"Identity", | ||
"Internet of Things (IoT)", | ||
"IT Operations", | ||
"Migration", | ||
"Networking", | ||
"Platform", | ||
"Security - Others", | ||
"Security - Threat Intelligence", | ||
"Security - Threat Protection", | ||
"Security - 0-day Vulnerability", | ||
"Security - Automation (SOAR)", | ||
"Security - Cloud Security", | ||
"Security - Information Protection", | ||
"Security - Insider Threat", | ||
"Security - Network", | ||
"Security - Vulnerability Management", | ||
"Storage", | ||
"Training and Tutorials", | ||
"User Behavior (UEBA)" | ||
], | ||
"validVerticals": [ | ||
"Aeronautics", | ||
"Education", | ||
"Finance", | ||
"Healthcare", | ||
"Manufacturing", | ||
"Retail" | ||
] | ||
} |
Oops, something went wrong.