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

switch to native mondoo lsblk resource #167

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

atomic111
Copy link
Member

No description provided.

@atomic111
Copy link
Member Author

it uses the native mondoo resource and provide the following output:

cnspec> lsblk { name label uuid fstype mountpoints }
lsblk.list: [
  0: {
    label: ""
    fstype: "ext4"
    mountpoints: [
      0: "/boot"
      1: ""
    ]
    name: "sda1"
    uuid: "51376d44-243a-4a96-94b3-6db5bbe998d1"
  }
  1: {
    label: ""
    fstype: "crypto_LUKS"
    mountpoints: [
      0: null
      1: ""
    ]
    name: "sda2"
    uuid: "feb6b4d6-4fb5-44cc-a538-f424ac0c25d8"
  }
  2: {
    label: ""
    fstype: "swap"
    mountpoints: [
      0: null
      1: ""
    ]
    name: "sda3"
    uuid: "68365b81-f804-454c-ac71-ea7298fa7eae"
  }
]

@tas50 tas50 merged commit 581b1cc into main Oct 8, 2024
6 checks passed
@tas50 tas50 deleted the patrick/lsblk-filesystem branch October 8, 2024 22:34
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants