Skip to content

Commit 1944577

Browse files
barryyosi-panwilappeDeanArbel
authored
Platform content support merge gateway (demisto#39268)
* batch_1 (demisto#39162) * Adopt 'platform' MP to content packs #2 (demisto#39163) * batch_2 * revert incorrect changes * revert incorrect changes * remove identity_threat --------- Co-authored-by: darbel <[email protected]> * Adopt 'platform' MP to content packs #3 (demisto#39164) * batch_3 * remove identity_threat --------- Co-authored-by: darbel <[email protected]> * batch_4 (demisto#39165) * Adopt 'platform' MP to content packs #6 (demisto#39167) * batch_6 * revert incorrect changes * batch_7 (demisto#39168) * Adopt 'platform' MP to content packs #8 (demisto#39169) * batch_8 * revert incorrect changes * Update Packs/CommonScripts/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * Adopt 'platform' MP to content packs #9 (demisto#39170) * batch_9 * revert quick actions * revert incorrect changes * revert incorrect changes * batch_5 (demisto#39232) * batch_10 (demisto#39171) * batch_11 (demisto#39172) * Adopt 'platform' MP to content packs #12 (demisto#39173) * batch_12 * revert incorrect changes * batch_13 (demisto#39174) * Adopt 'platform' MP to content packs #14 (demisto#39175) * batch_14 * revert incorrect changes * Adopt 'platform' MP to content packs #15 (demisto#39176) * batch_15 * Update Packs/FiltersAndTransformers/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * batch_16 (demisto#39177) * batch_17 (demisto#39178) * Adopt 'platform' MP to content packs #18 (demisto#39179) * batch_18 * revert incorrect changes * Adopt 'platform' MP to content packs #19 (demisto#39180) * batch_19 * Update Packs/Jira/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * batch_20 (demisto#39181) * Adopt 'platform' MP to content packs #21 (demisto#39182) * batch_21 * revert incorrect changes * remove identity_threat --------- Co-authored-by: darbel <[email protected]> * Adopt 'platform' MP to content packs #22 (demisto#39183) * batch_22 * revert incorrect changes * Update Packs/Office365AndAzureAuditLog/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * batch_24 (demisto#39185) * Adopt 'platform' MP to content packs #25 (demisto#39186) * batch_25 * Update Packs/PingIdentity/pack_metadata.json * Update Packs/PrismaAccess/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * Adopt 'platform' MP to content packs #26 (demisto#39187) * batch_26 * revert incorrect changes * Adopt 'platform' MP to content packs #27 (demisto#39188) * batch_27 * revert incorrect changes * Adopt 'platform' MP to content packs #28 (demisto#39189) * batch_28 * revert incorrect changes * remove identity_threat --------- Co-authored-by: darbel <[email protected]> * Adopt 'platform' MP to content packs #29 (demisto#39190) * batch_29 * revert incorrect changes * Update Packs/Slack/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * batch_30 (demisto#39191) * batch_31 (demisto#39192) * Adopt 'platform' MP to content packs #32 (demisto#39193) * batch_32 * Update Packs/Workday/pack_metadata.json --------- Co-authored-by: Dean Arbel <[email protected]> * batch_33 (demisto#39194) * Adopt 'platform' MP to content packs #23 (demisto#39184) * batch_23 * revert incorrect changes * remove identity_threat --------- Co-authored-by: darbel <[email protected]> * fix json * limit common scripts * fix Core layouts * fix Core layouts --------- Co-authored-by: Israel Lappe <[email protected]> Co-authored-by: darbel <[email protected]>
1 parent 037290f commit 1944577

File tree

1,539 files changed

+10367
-1471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,539 files changed

+10367
-1471
lines changed

Packs/3CXDesktopApp_Supply_Chain_Attack/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
},
2626
"marketplaces": [
2727
"xsoar",
28-
"marketplacev2"
28+
"marketplacev2",
29+
"platform"
30+
],
31+
"supportedModules": [
32+
"X1",
33+
"X3",
34+
"X5",
35+
"ENT_PLUS"
2936
]
3037
}

Packs/AHA/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"keywords": [],
1515
"marketplaces": [
1616
"xsoar",
17-
"marketplacev2"
17+
"marketplacev2",
18+
"platform"
19+
],
20+
"supportedModules": [
21+
"X1",
22+
"X3",
23+
"X5",
24+
"ENT_PLUS"
1825
]
1926
}

Packs/AMP/Integrations/CiscoAMPEventCollector/CiscoAMPEventCollector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ script:
7373
type: python
7474
marketplaces:
7575
- marketplacev2
76+
- platform
7677
fromversion: 6.8.0
7778
tests:
7879
- No tests (auto formatted)

Packs/AMP/pack_metadata.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
],
2020
"marketplaces": [
2121
"xsoar",
22-
"marketplacev2"
22+
"marketplacev2",
23+
"platform"
2324
],
24-
"defaultDataSource": "CiscoAMPEventCollector"
25+
"defaultDataSource": "CiscoAMPEventCollector",
26+
"supportedModules": [
27+
"X1",
28+
"X3",
29+
"X5",
30+
"ENT_PLUS"
31+
]
2532
}

Packs/ANYRUN/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"keywords": [],
1616
"marketplaces": [
1717
"xsoar",
18-
"marketplacev2"
18+
"marketplacev2",
19+
"platform"
20+
],
21+
"supportedModules": [
22+
"X1",
23+
"X3",
24+
"X5",
25+
"ENT_PLUS"
1926
]
2027
}

Packs/APIVoid/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
"keywords": [],
1818
"marketplaces": [
1919
"xsoar",
20-
"marketplacev2"
20+
"marketplacev2",
21+
"platform"
22+
],
23+
"supportedModules": [
24+
"X1",
25+
"X3",
26+
"X5",
27+
"ENT_PLUS"
2128
]
2229
}

Packs/ARIAPacketIntelligence/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
],
3333
"marketplaces": [
3434
"xsoar",
35-
"marketplacev2"
35+
"marketplacev2",
36+
"platform"
37+
],
38+
"supportedModules": [
39+
"X1",
40+
"X3",
41+
"X5",
42+
"ENT_PLUS"
3643
]
3744
}

Packs/AWS-ACM/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"keywords": [],
1616
"marketplaces": [
1717
"xsoar",
18-
"marketplacev2"
18+
"marketplacev2",
19+
"platform"
20+
],
21+
"supportedModules": [
22+
"X1",
23+
"X3",
24+
"X5",
25+
"ENT_PLUS"
1926
]
2027
}

Packs/AWS-AccessAnalyzer/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
],
1818
"marketplaces": [
1919
"xsoar",
20-
"marketplacev2"
20+
"marketplacev2",
21+
"platform"
22+
],
23+
"supportedModules": [
24+
"X1",
25+
"X3",
26+
"X5",
27+
"ENT_PLUS"
2128
]
2229
}

Packs/AWS-Athena/pack_metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"keywords": [],
1616
"marketplaces": [
1717
"xsoar",
18-
"marketplacev2"
18+
"marketplacev2",
19+
"platform"
20+
],
21+
"supportedModules": [
22+
"X1",
23+
"X3",
24+
"X5",
25+
"ENT_PLUS"
1926
]
2027
}

0 commit comments

Comments
 (0)