Skip to content

Commit 5f287fb

Browse files
authored
Fix Code42 pack (demisto#34064)
Fix Code42 pack demisto#34064
1 parent 2ddbb5f commit 5f287fb

13 files changed

+49
-15
lines changed
Loading

Packs/Code42/Playbooks/playbook-Code42_Add_Employees_To_Departing_Employee_Watchlist.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,6 @@ inputs:
620620
description: The departure date (in YYYY-MM-DD format) provided in a stand-down
621621
ticket from Jira, Zendesk, etc.
622622
playbookInputQuery: null
623-
- key: ticket_key
624-
value: {}
625-
required: false
626-
description: The unique identifier of a stand-down ticket from Jira, Zendesk, etc.
627-
(optional).
628-
playbookInputQuery: null
629623
outputs: []
624+
tests:
625+
- No tests

Packs/Code42/Playbooks/playbook-Code42_Add_Employees_To_Departing_Employee_Watchlist_README.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ This playbook does not use any sub-playbooks.
3131
| --- | --- | --- | --- |
3232
| ticket_username | The username \(in email format\) provided in a stand-down ticket from Jira, Zendesk, etc. | | Required |
3333
| ticket_departure_date | The departure date \(in YYYY-MM-DD format\) provided in a stand-down ticket from Jira, Zendesk, etc. | | Required |
34-
| ticket_key | The unique identifier of a stand-down ticket from Jira, Zendesk, etc. \(optional\). | | Optional |
3534

3635
## Playbook Outputs
3736

Packs/Code42/Playbooks/playbook-Code42_Add_Employees_To_New_Hire_Watchlist.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,6 @@ inputs:
621621
description: The start date (in YYYY-MM-DD format) provided in a stand-up ticket
622622
from Jira, Zendesk, etc.
623623
playbookInputQuery: null
624-
- key: ticket_key
625-
value: {}
626-
required: false
627-
description: The unique identifier of a stand-up ticket from Jira, Zendesk, etc.
628-
(optional).
629-
playbookInputQuery: null
630624
outputs: []
625+
tests:
626+
- No tests

Packs/Code42/Playbooks/playbook-Code42_Add_Employees_To_New_Hire_Watchlist_README.md

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ This playbook does not use any sub-playbooks.
3131
| --- | --- | --- | --- |
3232
| ticket_username | The username \(in email format\) provided in a stand-up ticket from Jira, Zendesk, etc. | | Required |
3333
| ticket_start_date | The start date \(in YYYY-MM-DD format\) provided in a stand-up ticket from Jira, Zendesk, etc. | | Required |
34-
| ticket_key | The unique identifier of a stand-up ticket from Jira, Zendesk, etc. \(optional\). | | Optional |
3534

3635
## Playbook Outputs
3736

Packs/Code42/Playbooks/playbook-Code42_Departing_Employee_Auto-Add.yml

+2
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,5 @@ view: |-
498498
}
499499
inputs: []
500500
outputs: []
501+
tests:
502+
- No tests

Packs/Code42/Playbooks/playbook-Code42_Departing_Employee_Clean-Up.yml

+2
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,5 @@ view: |-
451451
}
452452
inputs: []
453453
outputs: []
454+
tests:
455+
- No tests

Packs/Code42/Playbooks/playbook-Code42_New_Hire_Auto-Add.yml

+2
Original file line numberDiff line numberDiff line change
@@ -495,3 +495,5 @@ view: |-
495495
}
496496
inputs: []
497497
outputs: []
498+
tests:
499+
- No tests

Packs/Code42/Playbooks/playbook-Code42_New_Hire_Clean-Up.yml

+2
Original file line numberDiff line numberDiff line change
@@ -446,3 +446,5 @@ view: |-
446446
}
447447
inputs: []
448448
outputs: []
449+
tests:
450+
- No tests

Packs/Code42/Playbooks/playbook-Code42_Remove_Employees_From_Departing_Employee_Watchlist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -690,3 +690,5 @@ inputs:
690690
post-departure activity (e.g. "30", "7", etc.). Default is 30.
691691
playbookInputQuery: null
692692
outputs: []
693+
tests:
694+
- No tests

Packs/Code42/Playbooks/playbook-Code42_Remove_Employees_From_New_Hire_Watchlist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -534,3 +534,5 @@ inputs:
534534
Default is 30.
535535
playbookInputQuery: null
536536
outputs: []
537+
tests:
538+
- No tests

Packs/Code42/ReleaseNotes/5_0_1.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
#### Integrations
3+
4+
##### Code42
5+
- Added integration image.
6+
7+
#### Playbooks
8+
9+
##### Add Employees to New Hire Watchlist
10+
11+
- Removed the **ticket_key** input.
12+
##### Add Employees to Departing Employee Watchlist
13+
14+
- Removed the **ticket_key** input.
15+
##### New Hire Clean-Up
16+
17+
- Fixed an issue where the playbook didnt have any test playbook.
18+
##### Remove Employees from Departing Employee Watchlist
19+
20+
- Fixed an issue where the playbook didnt have any test playbook.
21+
##### New Hire Auto-Add
22+
23+
- Fixed an issue where the playbook didnt have any test playbook.
24+
##### Departing Employee Clean-Up
25+
26+
- Fixed an issue where the playbook didnt have any test playbook.
27+
##### Departing Employee Auto-Add
28+
29+
- Fixed an issue where the playbook didnt have any test playbook.
30+
##### Remove Employees from New Hire Watchlist
31+
32+
- Fixed an issue where the playbook didnt have any test playbook.

Packs/Code42/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Code42",
33
"description": "The Code42 INCYDR integration accelerates insider threat incident response and remediation procedures for potential data exfiltration across computers, email, cloud and SaaS apps.",
44
"support": "xsoar",
5-
"currentVersion": "5.0.0",
5+
"currentVersion": "5.0.1",
66
"author": "Code42",
77
"url": "https://support.code42.com/Administrator/Cloud/Monitoring_and_managing/Install_and_manage_the_Code42_app_for_Cortex_XSOAR",
88
"email": "[email protected]",

0 commit comments

Comments
 (0)