kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/Security Vulnerability in Repo.yaml
version: 1.0.2
id: 5e7581e8-39e3-42bb-9104-f4b1e0dc53ec
name: GitHub Security Vulnerability in Repository
description: |
'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GitHub/Analytic%20Rules/Security%20Vulnerability%20in%20Repo.yaml'
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/5e7581e8-39e3-42bb-9104-f4b1e0dc53ec')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/5e7581e8-39e3-42bb-9104-f4b1e0dc53ec')]",
"properties": {
"alertRuleTemplateName": "5e7581e8-39e3-42bb-9104-f4b1e0dc53ec",
"customDetails": null,
"description": "'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GitHub/Analytic%20Rules/Security%20Vulnerability%20in%20Repo.yaml'\n",
"displayName": "GitHub Security Vulnerability in Repository",
"enabled": true,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/Security Vulnerability in Repo.yaml",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"templateVersion": "1.0.2"
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}