Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it easier to get information about mondoo #4972

Open
vjeffrey opened this issue Dec 11, 2024 · 1 comment
Open

make it easier to get information about mondoo #4972

vjeffrey opened this issue Dec 11, 2024 · 1 comment

Comments

@vjeffrey
Copy link
Contributor

we already make the version and other bits of information available:

cnspec> mondoo.version
mondoo.version: "11.34.0"

cnspec> mondoo { * }
mondoo: {
  version: "11.34.0"
  capabilities: [
    0: "run-command"
    1: "file"
  ]
  build: "9389fc9"
  jobEnvironment: {
    id: "client.mondoo.com"
    name: "Mondoo Client"
  }
  arch: "darwin-arm64"
}

users have reported that it would be nice to make it easier to find out more information, such as

mondoo.service_account
mondoo.timer
mondoo.splay
mondoo.space
@tas50
Copy link
Member

tas50 commented Dec 11, 2024

Would we also want mondoo.workspaces?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants