mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 09:57:10 +00:00
9 lines
129 B
MySQL
9 lines
129 B
MySQL
|
-- Return the Docker image history on a machine
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
docker_image_history
|