Skip to content

Commit 9b05824

Browse files
content-botjohnnywilkesRosenbergYehuda
authored
add PAN-OS to xpanse MP and core (demisto#29921)
* add PAN-OS to xpanse MP and core (demisto#29826) * docker * RN * docker #2 --------- Co-authored-by: johnnywilkes <[email protected]> Co-authored-by: Yehuda <[email protected]>
1 parent ce70d21 commit 9b05824

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

Packs/PAN-OS/ReleaseNotes/2_1_9.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
#### Scripts
3+
4+
##### PanoramaCVECoverage
5+
6+
- Updated the Docker image to: *demisto/python3:3.10.13.74666*.
7+
8+
##### PanoramaSecurityPolicyMatchWrapper
9+
- Updated the Docker image to: *demisto/python3:3.10.13.74666*.
10+
11+

Packs/PAN-OS/Scripts/PanoramaCVECoverage/PanoramaCVECoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ outputs:
4343
type: string
4444
scripttarget: 0
4545
subtype: python3
46-
dockerimage: demisto/python3:3.10.12.63474
46+
dockerimage: demisto/python3:3.10.13.74666
4747
runas: DBotWeakRole
4848
fromversion: 5.0.0
4949
tests:

Packs/PAN-OS/Scripts/PanoramaSecurityPolicyMatchWrapper/PanoramaSecurityPolicyMatchWrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ script: '-'
6363
timeout: '0'
6464
type: python
6565
subtype: python3
66-
dockerimage: demisto/python3:3.10.12.63474
66+
dockerimage: demisto/python3:3.10.13.74666
6767
fromversion: 6.1.0
6868
tests:
6969
- No tests (auto formatted)

Packs/PAN-OS/pack_metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "PAN-OS by Palo Alto Networks",
33
"description": "Manage Palo Alto Networks Firewall and Panorama. Use this pack to manage Prisma Access through Panorama. For more information see Panorama documentation.",
44
"support": "xsoar",
5-
"currentVersion": "2.1.8",
5+
"currentVersion": "2.1.9",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",
@@ -34,6 +34,7 @@
3434
},
3535
"marketplaces": [
3636
"xsoar",
37-
"marketplacev2"
37+
"marketplacev2",
38+
"xpanse"
3839
]
3940
}

Tests/Marketplace/core_packs_xpanse_list.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"MicrosoftGraphIdentityandAccess",
2727
"MicrosoftGraphUser",
2828
"Jira",
29+
"PAN-OS",
2930
"PrismaCloud",
3031
"qualys",
3132
"Rapid7_Nexpose",
@@ -60,6 +61,7 @@
6061
"MicrosoftGraphIdentityandAccess",
6162
"MicrosoftGraphUser",
6263
"Jira",
64+
"PAN-OS",
6365
"PrismaCloud",
6466
"qualys",
6567
"Rapid7_Nexpose",

0 commit comments

Comments
 (0)