mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 10:04:40 +00:00
9 lines
111 B
SQL
9 lines
111 B
SQL
-- Return the list of Docker images
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
docker_images;
|