Skip to content

Commit

Permalink
🧹 make okta policy backwards-compatible (#121)
Browse files Browse the repository at this point in the history
aligns the policy with the change in platform detection
mondoohq/cnquery#903
  • Loading branch information
chris-rock authored Feb 8, 2023
1 parent 0b6dc2a commit 14526eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/mondoo-okta-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ policies:
If you have any suggestions on how to improve this policy, or if you need support, [join the community](https://github.com/orgs/mondoohq/discussions) in GitHub Discussions.
specs:
- asset_filter:
query: asset.platform == "okta-org"
query: asset.platform == "okta" || asset.platform == "okta-org"
scoring_queries:
mondoo-okta-security-okta-browser-plugin-active:
mondoo-okta-security-okta-dashboard-active:
Expand Down

0 comments on commit 14526eb

Please sign in to comment.