Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/python3 #31872

Merged
merged 15 commits into from Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/AutoFocus/Integrations/AutofocusV2/AutofocusV2.yml
Expand Up @@ -1117,7 +1117,7 @@ script:
- contextPath: Domain.Name
description: The domain name.
type: String
dockerimage: demisto/python3:3.10.13.75921
dockerimage: demisto/python3:3.10.13.83255
runonce: false
script: '-'
subtype: python3
Expand Down
Expand Up @@ -131,7 +131,7 @@ script:
name: offset
description: Gets the indicators from AutoFocus.
name: autofocus-get-indicators
dockerimage: demisto/python3:3.10.13.82076
dockerimage: demisto/python3:3.10.13.83255
feed: true
runonce: false
script: '-'
Expand Down
5 changes: 5 additions & 0 deletions Packs/AutoFocus/ReleaseNotes/2_1_18.md
@@ -0,0 +1,5 @@
#### Integrations
##### AutoFocus Feed
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
##### Palo Alto Networks AutoFocus v2
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
2 changes: 1 addition & 1 deletion Packs/AutoFocus/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "AutoFocus by Palo Alto Networks",
"description": "Use the Palo Alto Networks AutoFocus integration to distinguish the most\n important threats from everyday commodity attacks.",
"support": "xsoar",
"currentVersion": "2.1.17",
"currentVersion": "2.1.18",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/CIRCL/Integrations/CirclCVESearch/CirclCVESearch.yml
Expand Up @@ -122,7 +122,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor reporting the score of the indicator.
type: String
dockerimage: demisto/python3:3.10.13.82076
dockerimage: demisto/python3:3.10.13.83255
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/CIRCL/ReleaseNotes/1_0_21.md
@@ -0,0 +1,3 @@
#### Integrations
##### CIRCL CVE Search
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
2 changes: 1 addition & 1 deletion Packs/CIRCL/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "CIRCL",
"description": "The Computer Incident Response Center Luxembourg (CIRCL) is a government-driven initiative designed to provide a systematic response facility to computer security threats and incidents.\nThis pack includes:\n# CIRCL Passive DNS which is a database storing historical DNS records from various resources.\n# CIRCL Passive SSL is a database storing historical X.509 certificates seen per IP address. The Passive SSL historical data is indexed per IP address.\n# CIRCL CVE Search, interface to search publicly known information from security vulnerabilities in software and hardware along with their corresponding exposures.",
"support": "xsoar",
"currentVersion": "1.0.20",
"currentVersion": "1.0.21",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -109,7 +109,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.13.82076
dockerimage: demisto/python3:3.10.13.83255
tests:
- Mail Sender (New) Test
fromversion: 5.0.0
3 changes: 3 additions & 0 deletions Packs/MailSenderNew/ReleaseNotes/1_0_25.md
@@ -0,0 +1,3 @@
#### Integrations
##### Mail Sender (New)
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
2 changes: 1 addition & 1 deletion Packs/MailSenderNew/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Mail Sender (New)",
"description": "Send emails implemented in Python with embedded image support",
"support": "xsoar",
"currentVersion": "1.0.24",
"currentVersion": "1.0.25",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml
Expand Up @@ -166,7 +166,7 @@ script:
- contextPath: DBotScore.Vendor
description: The vendor used to calculate the score.
type: String
dockerimage: demisto/python3:3.10.13.82076
dockerimage: demisto/python3:3.10.13.83255
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/ipinfo/ReleaseNotes/2_1_21.md
@@ -0,0 +1,3 @@
#### Integrations
##### IPinfo v2
- Updated the Docker image to: *demisto/python3:3.10.13.83255*.
2 changes: 1 addition & 1 deletion Packs/ipinfo/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Ipinfo",
"description": "Use the ipinfo.io API to get data about an IP address",
"support": "xsoar",
"currentVersion": "2.1.20",
"currentVersion": "2.1.21",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down