Skip to content

Commit

Permalink
Add lshw
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 17, 2024
1 parent fba8b47 commit b2c0b9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inspector/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ class DmiDecode(lib.DockerTask):
image: str = "ghcr.io/sparecores/dmidecode:main"
parse_output: list = [parse.dmidecode]
command: str = "dmidecode"


class Lshw(lib.DockerTask):
parallel: bool = True
priority: int = 0
image: str = "ghcr.io/sparecores/hwinfo:main"
command: str = "lshw -json"

0 comments on commit b2c0b9e

Please sign in to comment.