Searching for Executions Images
Use the search tokens below to search for Executions Images. Looking for help with writing your query? click here.
scannedBySensorIdscannedBySensorId
Use a text value ##### to find an execution image.
Example
Show images, present in an execution, scanned with the image ID.
scannedBySensorId: sha256:1c0e75c0bbbf03a468cd76e1f505c3edca504710b0af3e135f2dceb571fe88d3
statusstatus
Use a text value ##### to find execution images having specific status ('Failed', 'InProgress', 'Scanned', and 'Queued').
Example
Show execution images having status as Queued.
status: Queued
andand
Use a boolean query to express your query using AND logic.
Example
Show execution images with type Standard and with action Allow.
eventType: STANDARD and action: ALLOW
notnot
Use a boolean query to express your query using NOT logic.
Example
Show execution image that don't have Deny action.
not action: DENY
oror
Use a boolean query to express your query using OR logic.
Example
Show execution image with one of these actions - ALLOW and MONITOR.
action: ALLOW or action: MONITOR