Searching for Compliance Controls
Use the search tokens below to search for compliance controls within Container and Image details. Looking for help with writing your query? click here
controls.controlIdcontrols.controlId
Use a text value ##### to find controls by control ID.
Example
Show controls with this control ID
controls.controlId: 10826
controls.criticalitycontrols.criticality
Use a text value ##### to find controls by criticality level (MINIMAL, MEDIUM, SERIOUS, CRITICAL, URGENT).
Example
Show controls with URGENT criticality level
controls.criticality: "URGENT"
controls.posturecontrols.posture
Use a text value ##### to find controls by compliance posture (PASS, FAIL).
Example
Show controls with failed posture
controls.posture: "FAIL"
andand
Use a boolean query to express your query using AND logic.
Example
Show controls with failed posture and with Urgent criticality
controls.posture: "FAIL" and controls.criticality: "URGENT"
notnot
Use a boolean query to express your query using NOT logic.
Example
Show controls that don't have criticality Minimal
not controls.criticality: "MINIMAL"
oror
Use a boolean query to express your query using OR logic.
Example
Show controls with one of these criticality levels
controls.criticality: "URGENT" or controls.criticality: "CRITICAL"