Use the search tokens below to search for container registries. Looking for help with writing your query? click here
Example
Show organization with this name
dockerHubOrg: EuroFin
Examples
Show findings with registries created within certain dates
created: [2018-02-01 ... 2018-02-12]
Show findings with registries created starting 2018-02-01, ending 1 month ago
created: [2018-02-01 ... now-1M]
Show findings with registries created starting 2 weeks ago, ending 1 second ago
created: [now-2w ... now-1s]
Show findings with registries created on certain date
created:'2018-02-22'
Examples
Show findings with registries updated within certain dates
updated: [2018-02-01 ... 2018-02-12]
Show findings with registries updated starting 2018-02-01, ending 1 month ago
updated: [2018-02-01 ... now-1M]
Show findings with registries updated starting 2 weeks ago, ending 1 second ago
updated: [now-2w ... now-1s]
Show findings with registries updated on certain date
updated:'2018-02-22'
Example
Show registries with this URI
registryUri: "myregistry.com/appimages"
Example
Show registries with this URI and created date
registryUri: "myregistry.com/appimages"
and created: '2020-02-22'
Example
Show registries that don't have this URI
not registryUri: "myregistry.com/appimages"
Example
Show registries that have one of these URIs
registryUri: "myregistry.com/images1"
or registryUri: "myregistry.com/images2"