Skip to content

Commit

Permalink
fix TPB (#30700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilappe authored Nov 7, 2023
1 parent d961382 commit 49412a3
Showing 1 changed file with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1398,36 +1398,24 @@ tasks:
name: Verify vulnerabilities
description: Check whether the values provided in arguments are equal. If either
of the arguments are missing, no is returned.
scriptName: AreValuesEqual
scriptName: IsValueInArray
type: condition
iscommand: false
brand: ""
nexttasks:
"yes":
- "57"
scriptarguments:
left:
value:
complex:
root: MicrosoftATP.CveMachine
accessor: CVE
transformers:
- operator: atIndex
args:
index:
value:
simple: "0"
right:
array:
complex:
root: MicrosoftATP.MachineCVE
accessor: cveId
transformers:
- operator: atIndex
args:
index:
value:
simple: "0"
results:
- AreValuesEqual
- IsValueInArray
separatecontext: false
continueonerrortype: ""
view: |-
Expand Down

0 comments on commit 49412a3

Please sign in to comment.