Skip to content

Commit

Permalink
added continue on error (demisto#38681)
Browse files Browse the repository at this point in the history
* added continue on error

* RN added
  • Loading branch information
karinafishman authored Feb 18, 2025
1 parent 5de283a commit 2dce663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ tasks:
transformers:
- operator: uniq
separatecontext: false
continueonerror: true
continueonerrortype: ""
view: |-
{
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexResponseAndRemediation/ReleaseNotes/1_1_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### SSO Password Spray

- Added 'Continue on error' for "Check IP reputation" task.
2 changes: 1 addition & 1 deletion Packs/CortexResponseAndRemediation/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex Response And Remediation",
"description": "The Cortex Response & Remediation Pack delivers a powerful collection of automated playbooks designed to streamline incident response and remediation processes. Built to support an Autonomous SOC vision.",
"support": "xsoar",
"currentVersion": "1.1.10",
"currentVersion": "1.1.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 2dce663

Please sign in to comment.