You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We usually do not want to use the command object in MQL, but sometimes we have to. I was thinking that maybe we should make the linter give us a warning for the following situation:
We have a policy that runs "command" in the MQL, I would want to see the linter suggesting me to use the filters: mondoo.capabilities.contains("run-command") filter within the policy.