Skip to content

Commit

Permalink
🧹 platform kind -> asset kind (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 12, 2023
1 parent 035717a commit 30dd3e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/mondoo-azure-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ policies:
- title: Azure Core
filters: |
asset.platform == "azure"
platform.kind == "api"
asset.kind == "api"
checks:
- uid: mondoo-azure-security-default-network-access-rule-storage-accounts-deny
- uid: mondoo-azure-security-diagnostic-settings-essential-categories
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-ms365-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ policies:
- title: Microsoft365
filters: |
asset.platform == "microsoft365"
platform.kind == "api"
asset.kind == "api"
checks:
- uid: mondoo-m365-security-enable-azure-ad-identity-protection-sign-in-risk-policies
- uid: mondoo-m365-security-enable-azure-ad-identity-protection-user-risk-policies
Expand Down
2 changes: 1 addition & 1 deletion core/mondoo-tls-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ queries:
- uid: mondoo-tls-security-cert-domain-name-match
title: The certificate's domain name must match
mql: |
tls.certificates.first.subject.commonName == platform.fqdn
tls.certificates.first.subject.commonName == asset.fqdn
- uid: mondoo-tls-security-cert-is-valid
title: The certificate is valid
mql: |
Expand Down

0 comments on commit 30dd3e3

Please sign in to comment.