Skip to content

Commit b03e7ba

Browse files
Cv-securityIQCv-securityIQ
authored andcommitted
update
1 parent a83fd30 commit b03e7ba

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/sentinel-deploy-b7c98d6c-4bb4-4c94-98fd-2b2fc95222c9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- '**'
1717
- '!.github/workflows/**' # this filter prevents other workflow changes from triggering this workflow
1818
- '.github/workflows/sentinel-deploy-b7c98d6c-4bb4-4c94-98fd-2b2fc95222c9.yml'
19+
- '.github/workflows/azure-sentinel-deploy*'
1920

2021
jobs:
2122
deploy-content:

Playbooks/CrowdStrike/Playbooks/CrowdStrike_ResponsefromTeams/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
"method": "POST",
23202320
"uri": "@{body('CrowdStrike_Base_call_after_SOC_responds')?['FalconHost']}/real-time-response/entities/sessions/v1",
23212321
"headers": {
2322-
"": "application/json",
2322+
"Content-Type": "application/json",
23232323
"Accept": "application/json",
23242324
"Authorization": "@{body('CrowdStrike_Base_call_after_SOC_responds')?['AccessToken']}"
23252325
},

sentinel-deployment.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"excludecontentfiles": [
3+
"DataConnectors",
4+
"Playbooks"
5+
]
6+
}

0 commit comments

Comments
 (0)