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/taxii2 #31558

Merged
merged 6 commits into from Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all 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/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml
Expand Up @@ -210,7 +210,7 @@ script:
- contextPath: DHS.Collections.Name
description: Collection name.
type: String
dockerimage: demisto/taxii2:1.0.0.82361
dockerimage: demisto/taxii2:1.0.0.83423
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedDHS/ReleaseNotes/2_0_27.md
@@ -0,0 +1,3 @@
#### Integrations
##### DHS Feed v2
- Updated the Docker image to: *demisto/taxii2:1.0.0.83423*.
2 changes: 1 addition & 1 deletion Packs/FeedDHS/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "DHS Feed",
"description": "Provides cyber threat indicators from the Cybersecurity and Infrastructure Security Agency’s (CISA’s) free Automated Indicator Sharing (AIS) by the Department of Homeland Security (DHS).",
"support": "xsoar",
"currentVersion": "2.0.26",
"currentVersion": "2.0.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -111,7 +111,7 @@ script:
- attack-pattern
description: Retrieves a limited number of the indicators.
name: unit42-get-indicators
dockerimage: demisto/taxii2:1.0.0.82361
dockerimage: demisto/taxii2:1.0.0.83423
feed: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/FeedUnit42v2/ReleaseNotes/1_0_43.md
@@ -0,0 +1,3 @@
#### Integrations
##### Unit 42 ATOMs Feed
- Updated the Docker image to: *demisto/taxii2:1.0.0.83423*.
2 changes: 1 addition & 1 deletion Packs/FeedUnit42v2/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Unit 42 ATOMs Feed",
"description": "Unit 42 feed of published IOCs which contains malicious indicators.",
"support": "xsoar",
"currentVersion": "1.0.42",
"currentVersion": "1.0.43",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down