fix: resolve CI linting and type checking issues
Some checks failed
CI / test (push) Failing after 4m49s

This commit is contained in:
2026-02-04 02:19:05 +00:00
parent 5303e8f705
commit 99be0bfd71

View File

@@ -0,0 +1,35 @@
parsers:
- name: docker_ps
pattern: docker_ps
fields:
- CONTAINER ID
- IMAGE
- COMMAND
- CREATED
- STATUS
- PORTS
- NAMES
- name: docker_images
pattern: docker_images
fields:
- REPOSITORY
- TAG
- IMAGE ID
- CREATED
- SIZE
- name: ps aux
pattern: ps_aux
fields:
- USER
- PID
- %CPU
- %MEM
- VSZ
- RSS
- TTY
- STAT
- START
- TIME
- COMMAND