Skip to content

Commit

Permalink
Prisma cloud playbook fix (#27203)
Browse files Browse the repository at this point in the history
* Task 26 - change AWSFQDN to NONAWSFQDN

* RN
  • Loading branch information
tomer-pan authored and maimorag committed Jun 6, 2023
1 parent 2ce8304 commit 8d20d87
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 @@ -792,7 +792,7 @@ tasks:
iscontext: true
value:
complex:
root: AWSFQDN
root: NONAWSFQDN
operator: isNotEmpty
label: "yes"
id: "26"
Expand Down
6 changes: 6 additions & 0 deletions Packs/PrismaCloud/ReleaseNotes/4_1_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Prisma Cloud - Find AWS Resource by FQDN v2

The condition in task #26, `Are there NON AWS FQDNs?`, has been revised to validate that the variable **NONAWSFQDN** is not empty, instead of checking **AWSFQDN**.
2 changes: 1 addition & 1 deletion Packs/PrismaCloud/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Prisma Cloud by Palo Alto Networks",
"description": "Automate and unify security incident response across your cloud environments, while still giving a degree of control to dedicated cloud teams.",
"support": "xsoar",
"currentVersion": "4.1.2",
"currentVersion": "4.1.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 8d20d87

Please sign in to comment.