Use the search tokens below to search for scan jobs in registry details. Looking for help with writing your query? click here
Example
Show schedules tagged with this repository
filters.repoTags.repo: reponew
Example
Show schedules tagged with this image
filters.repoTags.tag: imageabc
Examples
Show findings with scan schedules created within certain dates
created: [2018-02-01 ... 2018-02-12]
Show findings with scan schedules created starting 2018-02-01, ending 1 month ago
created: [2018-02-01 ... now-1M]
Show findings with scan schedules created starting 2 weeks ago, ending 1 second ago
created: [now-2w ... now-1s]
Show findings with scan schedules created on certain date
created:'2018-02-22'
Examples
Show findings with scan schedules updated within certain dates
updated: [2018-02-01 ... 2018-02-12]
Show findings with scan schedules updated starting 2018-02-01, ending 1 month ago
updated: [2018-02-01 ... now-1M]
Show findings with scan schedules updated starting 2 weeks ago, ending 1 second ago
updated: [now-2w ... now-1s]
Show findings with scan schedules updated on certain date
updated:'2018-02-22'
Example
Show schedules configured for On Demand scan
onDemand: true
Example
Show schedules with queued status
status: Queued
Example
Show schedules for On Demand scan and status Finished
status: Finished and status: true
Example
Show schedules that don't have status Finished
not status: Finished
Example
Show schedules with one of these status levels
status: Canceled or status: Failed