mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-11 16:44:35 +00:00
9 lines
129 B
SQL
9 lines
129 B
SQL
-- Return the Docker image history on a machine
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
docker_image_history
|