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/accessdata #31200

Merged
merged 4 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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/Exterro/Integrations/Exterro/Exterro.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commonfields:

Check failure on line 1 in Packs/Exterro/Integrations/Exterro/Exterro.yml

View workflow job for this annotation

GitHub Actions / pre-commit

Validation Error DS108

Description must end with a period ("."), fix the following: - In command exterro-ftk-trigger-workflow: The argument target_ips description should end with a period. To fix the problem, try running `demisto-sdk format -i Packs/Exterro/Integrations/Exterro/Exterro.yml `
id: Exterro FTK
version: -1

Expand Down Expand Up @@ -58,7 +58,7 @@
description: The Status of the of workflow trigger.
type: string
description: Returns a boolean value.
dockerimage: demisto/accessdata:1.1.0.33872
dockerimage: demisto/accessdata:1.1.0.81446
script: '-'
type: python
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/Exterro/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Exterro FTK
- Updated the Docker image to: *demisto/accessdata:1.1.0.81446*.
2 changes: 1 addition & 1 deletion Packs/Exterro/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Exterro/AccessData",
"description": "Use the Exterro package to integrate with the Exterro FTK Suite, enabling the playbook automation of incident response workflows upon detection of a possible threat.",
"support": "partner",
"currentVersion": "1.0.0",
"currentVersion": "1.0.1",
"author": "Exterro",
"url": "https://exterro.freshdesk.com/support/home",
"email": "support@exterro.com",
Expand Down