Searching for Image Assessment Policies
Use the search tokens below to search for image assessment policies in the Policies > Image Assessment tab. Looking for help with writing your query? click here
rule.createdBy.usernamerule.createdBy.username
Use a text value ##### to specify the name of a user who created the policies.
Example
Show policies created by user1.
rule.createdBy.username: user1
policy.isDefaultpolicy.isDefault
Use a text value ##### to specify whether the policy is the default policy or not.
Example
Show the default policy.
policy.isDefault: true
policy.modepolicy.mode
Use a text value ##### to specify the policy mode. The valid values are: Active or Inactive.
Example
Show all active policies.
policy.mode: Active
policyNamepolicyName
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policyName: testpolicy01
policyTagNamepolicyTagName
Use a test value ##### to specify the policy tag name.
Examples
Show the Image Assessment (CI/CD) policy with a tag name.
policyTagName: cicd_policy01
rule.updatedBy.usernamerule.updatedBy.username
Use a test value ##### to specify the policy tag name.
Examples
Show the Image Assessment (CI/CD) policy with the updated date.
rule.updatedBy.username: user1
policy.uuidpolicy.uuid
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policy.uuid: 83aeab02-af46-4830-b599-5181c9c5ca62
policy.typepolicy.type
Use a test value ##### to specify the policy type.
Examples
Show the K8s Admission Controller policies.
policy.type: K8s_Admission_Controller
policy.k8s.filter.cluster.clusterUidpolicy.k8s.filter.cluster.clusterUid
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policy.k8s.filter.cluster.clusterUid: 83aeab02-af46-4830-b599-5181c9c5ca62
policy.k8s.filter.namespace.clusterUidpolicy.k8s.filter.namespace.clusterUid
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policy.k8s.filter.namespace.clusterUid: 83aeab02-af46-4830-b599-5181c9c5ca62
policy.k8s.filter.namespace.valuepolicy.k8s.filter.namespace.value
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policy.k8s.filter.namespace.value: 83aeab02-af46-4830-b599-5181c9c5ca62
policy.tag.namepolicy.tag.name
Use a test value ##### to specify the policy uuid.
Examples
Show the policy with its UUID.
policy.tag.name: 83aeab02-af46-4830-b599-5181c9c5ca62
andand
Use a boolean query to express your query using AND logic.
Example
Show events 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 events that don't have Deny action
not action: DENY
oror
Use a boolean query to express your query using OR logic.
Example
Show events with one of these actions
action: ALLOW or action: MONITOR