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/py3-tools #30671

Merged
merged 22 commits into from Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd367a2
Updated Metadata Of Pack Intezer
content-bot Nov 6, 2023
141ac6d
Added release notes to pack Intezer
content-bot Nov 6, 2023
66369d9
Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml Docker image update
content-bot Nov 6, 2023
34f6db9
Updated Metadata Of Pack Zabbix
content-bot Nov 6, 2023
4846b2b
Added release notes to pack Zabbix
content-bot Nov 6, 2023
726d163
Packs/Zabbix/Integrations/Zabbix/Zabbix.yml Docker image update
content-bot Nov 6, 2023
eb32420
Updated Metadata Of Pack FeedMalwareBazaar
content-bot Nov 6, 2023
8834501
Added release notes to pack FeedMalwareBazaar
content-bot Nov 6, 2023
0892716
Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarF…
content-bot Nov 6, 2023
66b1d7a
Updated Metadata Of Pack FeedGCPWhitelist
content-bot Nov 6, 2023
8ea7656
Added release notes to pack FeedGCPWhitelist
content-bot Nov 6, 2023
695c5dc
Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRa…
content-bot Nov 6, 2023
4ce44e0
Updated Metadata Of Pack AccentureCTI_Feed
content-bot Nov 6, 2023
7d0fa27
Added release notes to pack AccentureCTI_Feed
content-bot Nov 6, 2023
f7d3f57
Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorF…
content-bot Nov 6, 2023
082d837
Updated Metadata Of Pack SEKOIAIntelligenceCenter
content-bot Nov 6, 2023
2f5161a
Added release notes to pack SEKOIAIntelligenceCenter
content-bot Nov 6, 2023
0d1dc99
Packs/SEKOIAIntelligenceCenter/Integrations/SEKOIAIntelligenceCenter/…
content-bot Nov 6, 2023
8d990ed
Updated Metadata Of Pack CommonWidgets
content-bot Nov 6, 2023
87fc671
Added release notes to pack CommonWidgets
content-bot Nov 6, 2023
26873e6
Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml Docker image update
content-bot Nov 6, 2023
8738437
Fix UT
israelpoli Nov 6, 2023
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
Expand Up @@ -150,7 +150,7 @@ script:
name: limit
description: Gets the feed indicators.
name: acti-get-indicators
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/AccentureCTI_Feed/ReleaseNotes/1_1_23.md
@@ -0,0 +1,3 @@
#### Integrations
##### ACTI Indicator Feed
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/AccentureCTI_Feed/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Accenture CTI Feed",
"description": "Accenture Cyber Threat Intelligence Feed",
"support": "partner",
"currentVersion": "1.1.22",
"currentVersion": "1.1.23",
"author": "Accenture",
"url": "https://www.accenture.com/us-en/services/security/cyber-defense",
"email": "CTI.AcctManagement@accenture.com",
Expand Down
4 changes: 4 additions & 0 deletions Packs/CommonWidgets/ReleaseNotes/1_2_35.md
@@ -0,0 +1,4 @@

#### Scripts
##### RSSWidget
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml
Expand Up @@ -31,7 +31,7 @@ args:
defaultValue: 'false'
scripttarget: 0
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
runas: DBotWeakRole
fromversion: 5.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Common Widgets",
"description": "Frequently used widgets pack.",
"support": "xsoar",
"currentVersion": "1.2.34",
"currentVersion": "1.2.35",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -100,7 +100,7 @@ script:
defaultValue: "10"
description: Gets indicators from the feed.
name: google-ip-ranges-get-indicators
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedGCPWhitelist/ReleaseNotes/2_0_26.md
@@ -0,0 +1,3 @@
#### Integrations
##### Google IP Ranges Feed
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/FeedGCPWhitelist/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Google IP Ranges Feed",
"description": "Use the Google IP Ranges Feed integration to get GCP and Google global IP ranges.",
"support": "xsoar",
"currentVersion": "2.0.25",
"currentVersion": "2.0.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -106,7 +106,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
feed: true
fromversion: 6.0.0
tests:
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedMalwareBazaar/ReleaseNotes/1_0_26.md
@@ -0,0 +1,3 @@
#### Integrations
##### MalwareBazaar Feed
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/FeedMalwareBazaar/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "MalwareBazaar Feed",
"description": "MalwareBazaar is a project from abuse.ch with the goal of sharing malware samples with the infosec community, AV vendors and threat intelligence providers.",
"support": "xsoar",
"currentVersion": "1.0.25",
"currentVersion": "1.0.26",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml
Expand Up @@ -594,7 +594,7 @@ script:
- contextPath: Endpoint.Metadata
description: Metadata returned from Intezer analysis (endpoint analysis id, endpoint analysis url, families, verdict, host_name).
type: Unknown
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
runonce: false
script: '-'
type: python
Expand Down
3 changes: 3 additions & 0 deletions Packs/Intezer/ReleaseNotes/1_6_5.md
@@ -0,0 +1,3 @@
#### Integrations
##### Intezer v2
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/Intezer/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Intezer",
"description": "Malware detection and analysis based on code reuse",
"support": "partner",
"currentVersion": "1.6.4",
"currentVersion": "1.6.5",
"author": "Intezer",
"url": "intezer.com",
"email": "support@intezer.com",
Expand Down
Expand Up @@ -1256,7 +1256,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
fromversion: 6.2.0
tests:
- No tests (auto formatted)
3 changes: 3 additions & 0 deletions Packs/SEKOIAIntelligenceCenter/ReleaseNotes/1_2_19.md
@@ -0,0 +1,3 @@
#### Integrations
##### SEKOIAIntelligenceCenter
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/SEKOIAIntelligenceCenter/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "SEKOIAIntelligenceCenter",
"description": "Request SEKOIA.IO Intelligence Center from Cortex XSOAR",
"support": "partner",
"currentVersion": "1.2.18",
"currentVersion": "1.2.19",
"author": "SEKOIA.IO",
"url": "https://www.sekoia.io/en/contact/",
"email": "contact@sekoia.io",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Zabbix/Integrations/Zabbix/Zabbix.yml
Expand Up @@ -455,7 +455,7 @@ script:
description: Whether the event is suppressed.
type: number
description: Get events.
dockerimage: demisto/py3-tools:1.0.0.77497
dockerimage: demisto/py3-tools:1.0.0.79870
runonce: false
script: '-'
type: python
Expand Down
3 changes: 3 additions & 0 deletions Packs/Zabbix/ReleaseNotes/1_0_23.md
@@ -0,0 +1,3 @@
#### Integrations
##### Zabbix
- Updated the Docker image to: *demisto/py3-tools:1.0.0.79870*.
2 changes: 1 addition & 1 deletion Packs/Zabbix/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Zabbix",
"description": "Allow integration with Zabbix api.",
"support": "developer",
"currentVersion": "1.0.22",
"currentVersion": "1.0.23",
"author": "Henrique Caires",
"url": "https://support.zabbix.com/secure/Dashboard.jspa",
"email": "henrique@caires.net.br",
Expand Down