mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 09:57:10 +00:00
5 lines
106 B
MySQL
5 lines
106 B
MySQL
|
-- Return the list of Docker images
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT * FROM docker_images;
|