Home

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

createdBycreatedBy

Use a text value ##### to specify the name of a user who created the policies.

Example

Show policies created by user1.

createdBy: user1

isDefaultisDefault

Use a text value ##### to specify whether the policy is the default policy or not.

Example

Show the default policy.

isDefault: true

policyModepolicyMode

Use a text value ##### to specify the policy mode. The valid values are: Active or Inactive.

Example

Show all active policies.

policyMode: 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

updatedByupdatedBy

Use a test value ##### to specify the policy tag name.

Examples

Show the Image Assessment (CI/CD) policy with the updated date.

updatedBy: user1

uuiduuid

Use a test value ##### to specify the policy uuid.

Examples

Show the policy with its UUID.

uuid: 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