Skip to content

Commit

Permalink
First sso fix ip task (demisto#31512)
Browse files Browse the repository at this point in the history
* change skipifunavailable to true - !ip

* RN after change skipifunavailable to true - !ip
  • Loading branch information
OmriItzhak authored Dec 18, 2023
1 parent 3561ef8 commit ae29a2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tasks:
complex:
root: IP.Geo
accessor: Country
skipunavailable: false
skipunavailable: true
quietmode: 2
isoversize: false
isautoswitchedtoquietmode: false
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexXDR/ReleaseNotes/6_0_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Cortex XDR - First SSO Access

- Added 'skipifunavailable' to "IP Enrichment" task.
2 changes: 1 addition & 1 deletion Packs/CortexXDR/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex XDR by Palo Alto Networks",
"description": "Automates Cortex XDR incident response, and includes custom Cortex XDR incident views and layouts to aid analyst investigations.",
"support": "xsoar",
"currentVersion": "6.0.9",
"currentVersion": "6.0.10",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit ae29a2f

Please sign in to comment.