Skip to content

Commit 8c2d506

Browse files
aaron1535content-botroot
authored
Aud demisto/auto update docker staging branch 97 (#38552)
* Updated docker image to demisto/pwsh-infocyte:1.1.0.117365. PR batch #1/1 (#38543) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/aquatone:2.0.0.2017685. PR batch #1/1 (#38544) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/snowflake:1.0.0.2108833. PR batch #1/1 (#38546) Co-authored-by: root <root@1e2de18e0cc3> * Updated docker image to demisto/powershell:7.4.6.117357. PR batch #1/1 (#38547) Co-authored-by: root <root@1e2de18e0cc3> * add RN --------- Co-authored-by: content-bot <[email protected]> Co-authored-by: root <root@1e2de18e0cc3>
1 parent 4f48db1 commit 8c2d506

File tree

19 files changed

+56
-14
lines changed

19 files changed

+56
-14
lines changed

Packs/Base/ReleaseNotes/1_39_19.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Scripts
3+
4+
##### CommonServerPowerShell
5+
6+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.

Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
comment: Common code that will be merged into each PowerShell script/integration when it runs.
1111
system: true
1212
fromversion: 5.5.0
13-
dockerimage: demisto/powershell:7.4.6.116823
13+
dockerimage: demisto/powershell:7.4.6.117357
1414
tests:
1515
- PowerShellCommon-Test
1616
- XsoarPowershellTesting-Test

Packs/Base/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Base",
33
"description": "The base pack for Cortex XSOAR.",
44
"support": "xsoar",
5-
"currentVersion": "1.39.18",
5+
"currentVersion": "1.39.19",
66
"author": "Cortex XSOAR",
77
"serverMinVersion": "6.0.0",
88
"url": "https://www.paloaltonetworks.com/cortex",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
#### Scripts
3+
4+
##### VerifyJSON
5+
6+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.
7+
##### AquatoneDiscoverV2
8+
9+
- Updated the Docker image to: *demisto/aquatone:2.0.0.2017685*.

Packs/CommonScripts/Scripts/AquatoneDiscoverV2/AquatoneDiscoverV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ outputs:
1818
scripttarget: 0
1919
timeout: 1h0m0s
2020
runonce: true
21-
dockerimage: demisto/aquatone:2.0.0.117469
21+
dockerimage: demisto/aquatone:2.0.0.2017685
2222
comment: 'aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery.'
2323
fromversion: 6.5.0
2424
tests:

Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tags:
1818
- JSON
1919
- Utility
2020
type: powershell
21-
dockerimage: demisto/powershell:7.4.6.116823
21+
dockerimage: demisto/powershell:7.4.6.117357
2222
fromversion: 5.5.0
2323
tests:
2424
- VerifyJSON - Test

Packs/CommonScripts/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Common Scripts",
33
"description": "Frequently used scripts pack.",
44
"support": "xsoar",
5-
"currentVersion": "1.19.22",
5+
"currentVersion": "1.19.23",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
#### Scripts
3+
4+
##### VersionLessThan
5+
6+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.
7+
##### VersionGreaterThan
8+
9+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.
10+
##### VersionEqualTo
11+
12+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.
13+
##### CalculateTimeSpan
14+
15+
- Updated the Docker image to: *demisto/powershell:7.4.6.117357*.

Packs/CommunityCommonScripts/Scripts/CalculateTimeSpan/CalculateTimeSpan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ comment: |-
2222
commonfields:
2323
id: CalculateTimeSpan
2424
version: -1
25-
dockerimage: demisto/powershell:7.4.6.116823
25+
dockerimage: demisto/powershell:7.4.6.117357
2626
enabled: true
2727
name: CalculateTimeSpan
2828
outputs:

Packs/CommunityCommonScripts/Scripts/VersionEqualTo/VersionEqualTo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ comment: |-
1111
commonfields:
1212
id: VersionEqualTo
1313
version: -1
14-
dockerimage: demisto/powershell:7.4.6.116823
14+
dockerimage: demisto/powershell:7.4.6.117357
1515
enabled: true
1616
name: VersionEqualTo
1717
runas: DBotWeakRole

Packs/CommunityCommonScripts/Scripts/VersionGreaterThan/VersionGreaterThan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ comment: 'Tests whether left side version number is greater than right side vers
1212
commonfields:
1313
id: VersionGreaterThan
1414
version: -1
15-
dockerimage: demisto/powershell:7.4.6.116823
15+
dockerimage: demisto/powershell:7.4.6.117357
1616
enabled: true
1717
name: VersionGreaterThan
1818
runas: DBotWeakRole

Packs/CommunityCommonScripts/Scripts/VersionLessThan/VersionLessThan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ comment: 'Tests whether left side version number is less than right side version
1212
commonfields:
1313
id: VersionLessThan
1414
version: -1
15-
dockerimage: demisto/powershell:7.4.6.116823
15+
dockerimage: demisto/powershell:7.4.6.117357
1616
enabled: true
1717
name: VersionLessThan
1818
runas: DBotWeakRole

Packs/CommunityCommonScripts/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Community Common Scripts",
33
"description": "A pack that contains community scripts",
44
"support": "community",
5-
"currentVersion": "1.3.14",
5+
"currentVersion": "1.3.15",
66
"author": "",
77
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
88
"email": "",

Packs/Infocyte/Integrations/Infocyte/Infocyte.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ script:
459459
- contextPath: Infocyte.Alert.managed
460460
description: Whether the file has been hash validated as part of a Linux package manager.
461461
type: boolean
462-
dockerimage: demisto/pwsh-infocyte:1.1.0.116826
462+
dockerimage: demisto/pwsh-infocyte:1.1.0.117365
463463
isfetch: true
464464
fromversion: 5.5.0
465465
tests:

Packs/Infocyte/ReleaseNotes/1_0_7.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Infocyte
5+
6+
- Updated the Docker image to: *demisto/pwsh-infocyte:1.1.0.117365*.

Packs/Infocyte/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Infocyte",
33
"description": "Infocyte detection and response platform integration for conducting agentless (non-persistent) or agented detection, hunting, triage and forensic analysis of endpoints",
44
"support": "partner",
5-
"currentVersion": "1.0.6",
5+
"currentVersion": "1.0.7",
66
"author": "Infocyte",
77
"url": "https://www.infocyte.com",
88
"email": "[email protected]",

Packs/Snowflake/Integrations/Snowflake/Snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ script:
129129
description: Makes a DML change in the database.
130130
execution: true
131131
name: snowflake-update
132-
dockerimage: demisto/snowflake:1.0.0.117522
132+
dockerimage: demisto/snowflake:1.0.0.2108833
133133
isfetch: true
134134
script: '-'
135135
type: python

Packs/Snowflake/ReleaseNotes/1_0_7.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Snowflake
5+
6+
- Updated the Docker image to: *demisto/snowflake:1.0.0.2108833*.

Packs/Snowflake/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Snowflake",
33
"description": "Analytic data warehouse provided as Software-as-a-Service.",
44
"support": "xsoar",
5-
"currentVersion": "1.0.6",
5+
"currentVersion": "1.0.7",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)