mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 01:54:32 +00:00
5 lines
106 B
SQL
5 lines
106 B
SQL
-- Return the list of Docker images
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT * FROM docker_images; |