Skip to content

Commit

Permalink
fix double quote in Cortex check (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 committed Aug 26, 2024
1 parent 7997f2a commit 0337501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mondoo-edr-policy.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
policies:
- uid: mondoo-edr-policy
name: Endpoint Detection and Response (EDR) Policy
version: 1.3.0
version: 1.3.1
license: BUSL-1.1
tags:
mondoo.com/category: security
Expand Down Expand Up @@ -90,7 +90,7 @@ queries:
package('SentinelOne Extensions').installed ||
package('ESET Endpoint Security').installed ||
file('/Library/Ossec').exists ||
['Cortex XDR"', 'Cortex XDR Agent'].all(package(_).installed)
['Cortex XDR', 'Cortex XDR Agent'].all(package(_).installed)
- uid: mondoo-edr-policy-ensure-edr-agent-is-installed-linux
filters: asset.family.contains('linux')
mql: |
Expand Down

0 comments on commit 0337501

Please sign in to comment.